Html Css Color HEX #F96103 Safety Orange

📋 copy color: '#F96103'

red 249 ◦ green 97 ◦ blue 3

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

Shades of Safety Orange #F96103

Tints of Safety Orange #F96103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

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

R = 71.35%
G = 27.79%
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

#F96103 (or 0xF96103) is known color: Safety Orange. HEX triplet: F9, 61 and 03. RGB value is (249,97,3). Sum of RGB (Red+Green+Blue) = 249+97+3=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F96103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96103 is #069EFC. Grayscale: #848484. Windows color (decimal): -433917 or 221689. OLE color: 221689.

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

Color convert

RGB 249 97 3 -
CMYK 0 0.61 0.99 0.02
HSL 22.93º 0.98% 0.49% -
HSV(B) 22.93º 0.99% 0.98% -
XYZ 43.36 28.7 3.34 -
YUV 131.73 55.36 211.64 -
System Red Green Blue C M Y K H S L
Decimal 249 97 3 0 0.61 0.99 0.02 22.93 0.98 0.49
Hex F9 61 3 0 3D 63 2 17 62 31
Octal 371 141 3 0 75 143 2 27 142 61
Binary 11111001 1100001 11 0 111101 1100011 10 10111 1100010 110001

Color Harmonies of #F96103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96103

Black with #F96103

Text Example


Text Example

White with #F96103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96103; }

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

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

background-color css

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

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

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

border-color css

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

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

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