Html Css Color HEX #F96203 Safety Orange

📋 copy color: '#F96203'

red 249 ◦ green 98 ◦ blue 3

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

Shades of Safety Orange #F96203

Tints of Safety Orange #F96203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 71.14%
G = 28%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F96203 (or 0xF96203) is known color: Safety Orange. HEX triplet: F9, 62 and 03. RGB value is (249,98,3). Sum of RGB (Red+Green+Blue) = 249+98+3=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F96203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96203 is #069DFC. Grayscale: #848484. Windows color (decimal): -433661 or 221945. OLE color: 221945.

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

Color convert

RGB 249 98 3 -
CMYK 0 0.61 0.99 0.02
HSL 23.17º 0.98% 0.49% -
HSV(B) 23.17º 0.99% 0.98% -
XYZ 43.45 28.88 3.37 -
YUV 132.32 55.03 211.22 -
System Red Green Blue C M Y K H S L
Decimal 249 98 3 0 0.61 0.99 0.02 23.17 0.98 0.49
Hex F9 62 3 0 3D 63 2 17 62 31
Octal 371 142 3 0 75 143 2 27 142 61
Binary 11111001 1100010 11 0 111101 1100011 10 10111 1100010 110001

Color Harmonies of #F96203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96203

Black with #F96203

Text Example


Text Example

White with #F96203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96203; }

 p { color: rgb(249,98,3); }

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

background-color css

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

 a { background-color: rgb(249,98,3); }

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

border-color css

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

 span { border-color: rgb(249,98,3); }

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