Html Css Color HEX #F06710 Safety Orange

📋 copy color: '#F06710'

red 240 ◦ green 103 ◦ blue 16

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

Shades of Safety Orange #F06710

Tints of Safety Orange #F06710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 66.85%
G = 28.69%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06710 (or 0xF06710) is known color: Safety Orange. HEX triplet: F0, 67 and 10. RGB value is (240,103,16). Sum of RGB (Red+Green+Blue) = 240+103+16=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F06710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06710 is #0F98EF. Grayscale: #868686. Windows color (decimal): -1022192 or 1075184. OLE color: 1075184.

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

Color convert

RGB 240 103 16 -
CMYK 0 0.57 0.93 0.06
HSL 23.3º 0.88% 0.5% -
HSV(B) 23.3º 0.93% 0.94% -
XYZ 40.88 28.26 3.79 -
YUV 134.05 61.39 203.57 -
System Red Green Blue C M Y K H S L
Decimal 240 103 16 0 0.57 0.93 0.06 23.3 0.88 0.5
Hex F0 67 10 0 39 5D 6 17 58 32
Octal 360 147 20 0 71 135 6 27 130 62
Binary 11110000 1100111 10000 0 111001 1011101 110 10111 1011000 110010

Color Harmonies of #F06710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06710

Black with #F06710

Text Example


Text Example

White with #F06710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06710; }

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

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

background-color css

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

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

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

border-color css

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

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

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