Html Css Color HEX #F96706 Safety Orange

📋 copy color: '#F96706'

red 249 ◦ green 103 ◦ blue 6

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

Shades of Safety Orange #F96706

Tints of Safety Orange #F96706

RGB

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

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

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

R = 69.55%
G = 28.77%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F96706 (or 0xF96706) is known color: Safety Orange. HEX triplet: F9, 67 and 06. RGB value is (249,103,6). Sum of RGB (Red+Green+Blue) = 249+103+6=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F96706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96706 is #0698F9. Grayscale: #888888. Windows color (decimal): -432378 or 419833. OLE color: 419833.

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

Color convert

RGB 249 103 6 -
CMYK 0 0.59 0.98 0.02
HSL 23.95º 0.95% 0.5% -
HSV(B) 23.95º 0.98% 0.98% -
XYZ 43.95 29.85 3.62 -
YUV 135.6 54.87 208.89 -
System Red Green Blue C M Y K H S L
Decimal 249 103 6 0 0.59 0.98 0.02 23.95 0.95 0.5
Hex F9 67 6 0 3B 62 2 18 5F 32
Octal 371 147 6 0 73 142 2 30 137 62
Binary 11111001 1100111 110 0 111011 1100010 10 11000 1011111 110010

Color Harmonies of #F96706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96706

Black with #F96706

Text Example


Text Example

White with #F96706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96706; }

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

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

background-color css

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

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

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

border-color css

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

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

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