Html Css Color HEX #F96308 Safety Orange

📋 copy color: '#F96308'

red 249 ◦ green 99 ◦ blue 8

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

Shades of Safety Orange #F96308

Tints of Safety Orange #F96308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 69.94%
G = 27.81%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F96308 (or 0xF96308) is known color: Safety Orange. HEX triplet: F9, 63 and 08. RGB value is (249,99,8). Sum of RGB (Red+Green+Blue) = 249+99+8=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F96308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96308 is #069CF7. Grayscale: #858585. Windows color (decimal): -433400 or 549881. OLE color: 549881.

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

Color convert

RGB 249 99 8 -
CMYK 0 0.60 0.97 0.02
HSL 22.66º 0.95% 0.5% -
HSV(B) 22.66º 0.97% 0.98% -
XYZ 43.57 29.08 3.55 -
YUV 133.48 57.2 210.4 -
System Red Green Blue C M Y K H S L
Decimal 249 99 8 0 0.60 0.97 0.02 22.66 0.95 0.5
Hex F9 63 8 0 3C 61 2 17 5F 32
Octal 371 143 10 0 74 141 2 27 137 62
Binary 11111001 1100011 1000 0 111100 1100001 10 10111 1011111 110010

Color Harmonies of #F96308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96308

Black with #F96308

Text Example


Text Example

White with #F96308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96308; }

 p { color: rgb(249,99,8); }

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

background-color css

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

 a { background-color: rgb(249,99,8); }

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

border-color css

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

 span { border-color: rgb(249,99,8); }

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