Color Hex Logo

#f68130 Color Hex

#F68130
(246,129,48)
0 Favorites   0 Comments

Color spaces of #f68130

RGB 24612948
HSL0.070.920.58
HSV25°80°96°
CMYK 0.000.480.80   0.04
XYZ46.389835.50677.2048
Yxy35.50670.52060.3985
Hunter Lab59.587534.686934.5424
CIE-Lab66.141339.611960.7287

#f68130 color RGB value is (246,129,48).

#f68130 hex color red value is 246, green value is 129 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f68130 hue: 0.07 , saturation: 0.92 and the lightness value of f68130 is 0.58.

The process color (four color CMYK) of #f68130 color hex is 0.00, 0.48, 0.80, 0.04. Web safe color of #f68130 is #ff9933. Color #f68130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000001 00110000
Octal 366 201 60
Decimal 246 129 48
Hex F6 81 30

RGB Percentages of Color #f68130

%58.16
%30.50
%11.35

CMYK Percentages of Color #f68130

%0
%48
%80
%4

Triadic Colors of #f68130

#f68130 #30f681 #8130f6

Analogous Colors of #f68130

#f68130 #f6e430 #f63042

Monochromatic Colors of #f68130

#f68130

Complementary Color

#f68130 #30a5f6

#f68130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68130 Color CSS Codes

.mybgcolor {background-color:#f68130; } 
.myforecolor {color:#f68130; }
.mybordercolor {border:3px solid #f68130; }

#f68130 Text Font Color

<p style="color:#f68130">Text here</p>

This sample text font color is #f68130
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f68130 Background Color

<div style="background-color:#f68130">
Div content here</div>

This div background color is #f68130


#f68130 Border Color

<div style="border:3px solid #f68130">
Div here</div>

This div border color is #f68130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,129,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f68130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f68130;
  -webkit-box-shadow: 1px 1px 3px 2px #f68130;
  box-shadow:         1px 1px 3px 2px #f68130; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,129,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f68130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f68130;
  -webkit-box-shadow: 1px 1px 3px 2px #f68130;
  box-shadow:         1px 1px 3px 2px #f68130;">
Div content here</div>

This div box has shadow with color #f68130


Comments

No comments written yet.

Please login to write comment.