Html Css Color HEX #F96710 Safety Orange

📋 copy color: '#F96710'

red 249 ◦ green 103 ◦ blue 16

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

Shades of Safety Orange #F96710

Tints of Safety Orange #F96710

RGB

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

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

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

R = 67.66%
G = 27.99%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F96710 (or 0xF96710) is known color: Safety Orange. HEX triplet: F9, 67 and 10. RGB value is (249,103,16). Sum of RGB (Red+Green+Blue) = 249+103+16=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F96710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96710 is #0698EF. Grayscale: #898989. Windows color (decimal): -432368 or 1075193. OLE color: 1075193.

HSL color Cylindrical-coordinate representation of color #F96710: hue angle of 22.4º 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 #F96710 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 16 -
CMYK 0 0.59 0.94 0.02
HSL 22.4º 0.95% 0.52% -
HSV(B) 22.4º 0.94% 0.98% -
XYZ 44.01 29.88 3.94 -
YUV 136.74 59.87 208.07 -
System Red Green Blue C M Y K H S L
Decimal 249 103 16 0 0.59 0.94 0.02 22.4 0.95 0.52
Hex F9 67 10 0 3B 5E 2 16 5F 34
Octal 371 147 20 0 73 136 2 26 137 64
Binary 11111001 1100111 10000 0 111011 1011110 10 10110 1011111 110100

Color Harmonies of #F96710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96710

Black with #F96710

Text Example


Text Example

White with #F96710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96710; }

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

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

background-color css

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

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

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

border-color css

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

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

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