Html Css Color HEX #F96305 Safety Orange

📋 copy color: '#F96305'

red 249 ◦ green 99 ◦ blue 5

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

Shades of Safety Orange #F96305

Tints of Safety Orange #F96305

RGB

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

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

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

R = 70.54%
G = 28.05%
B = 1.42%

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

#F96305 (or 0xF96305) is known color: Safety Orange. HEX triplet: F9, 63 and 05. RGB value is (249,99,5). Sum of RGB (Red+Green+Blue) = 249+99+5=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F96305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96305 is #069CFA. Grayscale: #858585. Windows color (decimal): -433403 or 353273. OLE color: 353273.

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

Color convert

RGB 249 99 5 -
CMYK 0 0.60 0.98 0.02
HSL 23.11º 0.96% 0.5% -
HSV(B) 23.11º 0.98% 0.98% -
XYZ 43.56 29.07 3.46 -
YUV 133.13 55.7 210.64 -
System Red Green Blue C M Y K H S L
Decimal 249 99 5 0 0.60 0.98 0.02 23.11 0.96 0.5
Hex F9 63 5 0 3C 62 2 17 60 32
Octal 371 143 5 0 74 142 2 27 140 62
Binary 11111001 1100011 101 0 111100 1100010 10 10111 1100000 110010

Color Harmonies of #F96305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96305

Black with #F96305

Text Example


Text Example

White with #F96305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96305; }

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

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

background-color css

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

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

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

border-color css

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

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

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