Html Css Color HEX #F06706 Safety Orange

📋 copy color: '#F06706'

red 240 ◦ green 103 ◦ blue 6

#F06706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #F06706

Tints of Safety Orange #F06706

RGB

 RED value IS 240 (94.14% from 255) = 68.77%

 GREEN value IS 103 (40.63% from 255) = 29.51%

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 68.77%
G = 29.51%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F06706 (or 0xF06706) is known color: Safety Orange. HEX triplet: F0, 67 and 06. RGB value is (240,103,6). Sum of RGB (Red+Green+Blue) = 240+103+6=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F06706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06706 is #0F98F9. Grayscale: #858585. Windows color (decimal): -1022202 or 419824. OLE color: 419824.

HSL color Cylindrical-coordinate representation of color #F06706: hue angle of 24.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F06706 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 6 -
CMYK 0 0.57 0.98 0.06
HSL 24.87º 0.95% 0.48% -
HSV(B) 24.87º 0.98% 0.94% -
XYZ 40.82 28.24 3.47 -
YUV 132.91 56.39 204.39 -
System Red Green Blue C M Y K H S L
Decimal 240 103 6 0 0.57 0.98 0.06 24.87 0.95 0.48
Hex F0 67 6 0 39 62 6 19 5F 30
Octal 360 147 6 0 71 142 6 31 137 60
Binary 11110000 1100111 110 0 111001 1100010 110 11001 1011111 110000

Color Harmonies of #F06706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06706

Black with #F06706

Text Example


Text Example

White with #F06706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06706; }

 p { color: rgb(240,103,6); }

 H1.HeaderClassName
 {
   color: #F06706;
 }
 .AnyTagClassName
 {
   color: #F06706;
 }
</style>

background-color css

<style>
 a { background-color: #F06706; }

 a { background-color: rgb(240,103,6); }

 div.DivClassName
 {
   background-color: #F06706;
 }
 .BgClassName
 {
   background-color: #F06706;
 }
</style>

border-color css

<style>
 span { border-color: #F06706; }

 span { border-color: rgb(240,103,6); }

 td.TdClassName
 {
   border-color: #F06706;
 }
 .TagClassName
 {
   border-color: #F06706;
 }
</style>