Html Css Color HEX #F96010 Safety Orange

📋 copy color: '#F96010'

red 249 ◦ green 96 ◦ blue 16

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

Shades of Safety Orange #F96010

Tints of Safety Orange #F96010

RGB

 RED value IS 249 (97.66% from 255) = 68.98%

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 68.98%
G = 26.59%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F96010 (or 0xF96010) is known color: Safety Orange. HEX triplet: F9, 60 and 10. RGB value is (249,96,16). Sum of RGB (Red+Green+Blue) = 249+96+16=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F96010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96010 is #069FEF. Grayscale: #858585. Windows color (decimal): -434160 or 1073401. OLE color: 1073401.

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

Color convert

RGB 249 96 16 -
CMYK 0 0.61 0.94 0.02
HSL 20.6º 0.95% 0.52% -
HSV(B) 20.6º 0.94% 0.98% -
XYZ 43.34 28.54 3.72 -
YUV 132.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 249 96 16 0 0.61 0.94 0.02 20.6 0.95 0.52
Hex F9 60 10 0 3D 5E 2 15 5F 34
Octal 371 140 20 0 75 136 2 25 137 64
Binary 11111001 1100000 10000 0 111101 1011110 10 10101 1011111 110100

Color Harmonies of #F96010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96010

Black with #F96010

Text Example


Text Example

White with #F96010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96010; }

 p { color: rgb(249,96,16); }

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

background-color css

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

 a { background-color: rgb(249,96,16); }

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

border-color css

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

 span { border-color: rgb(249,96,16); }

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