Html Css Color HEX #F96405 Safety Orange

📋 copy color: '#F96405'

red 249 ◦ green 100 ◦ blue 5

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

Shades of Safety Orange #F96405

Tints of Safety Orange #F96405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 70.34%
G = 28.25%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F96405 (or 0xF96405) is known color: Safety Orange. HEX triplet: F9, 64 and 05. RGB value is (249,100,5). Sum of RGB (Red+Green+Blue) = 249+100+5=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F96405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96405 is #069BFA. Grayscale: #868686. Windows color (decimal): -433147 or 353529. OLE color: 353529.

HSL color Cylindrical-coordinate representation of color #F96405: hue angle of 23.36º degrees, saturation: 0.96, 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 #F96405 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 100 5 -
CMYK 0 0.60 0.98 0.02
HSL 23.36º 0.96% 0.5% -
HSV(B) 23.36º 0.98% 0.98% -
XYZ 43.65 29.27 3.49 -
YUV 133.72 55.36 210.22 -
System Red Green Blue C M Y K H S L
Decimal 249 100 5 0 0.60 0.98 0.02 23.36 0.96 0.5
Hex F9 64 5 0 3C 62 2 17 60 32
Octal 371 144 5 0 74 142 2 27 140 62
Binary 11111001 1100100 101 0 111100 1100010 10 10111 1100000 110010

Color Harmonies of #F96405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96405

Black with #F96405

Text Example


Text Example

White with #F96405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96405; }

 p { color: rgb(249,100,5); }

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

background-color css

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

 a { background-color: rgb(249,100,5); }

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

border-color css

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

 span { border-color: rgb(249,100,5); }

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