Html Css Color HEX #F97403 Safety Orange

📋 copy color: '#F97403'

red 249 ◦ green 116 ◦ blue 3

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

Shades of Safety Orange #F97403

Tints of Safety Orange #F97403

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

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

R = 67.66%
G = 31.52%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F97403 (or 0xF97403) is known color: Safety Orange. HEX triplet: F9, 74 and 03. RGB value is (249,116,3). Sum of RGB (Red+Green+Blue) = 249+116+3=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F97403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97403 is #068BFC. Grayscale: #8F8F8F. Windows color (decimal): -429053 or 226553. OLE color: 226553.

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

Color convert

RGB 249 116 3 -
CMYK 0 0.53 0.99 0.02
HSL 27.56º 0.98% 0.49% -
HSV(B) 27.56º 0.99% 0.98% -
XYZ 45.33 32.64 4 -
YUV 142.89 49.06 203.69 -
System Red Green Blue C M Y K H S L
Decimal 249 116 3 0 0.53 0.99 0.02 27.56 0.98 0.49
Hex F9 74 3 0 35 63 2 1C 62 31
Octal 371 164 3 0 65 143 2 34 142 61
Binary 11111001 1110100 11 0 110101 1100011 10 11100 1100010 110001

Color Harmonies of #F97403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97403

Black with #F97403

Text Example


Text Example

White with #F97403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97403; }

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

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

background-color css

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

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

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

border-color css

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

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

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