Html Css Color HEX #F97302 Safety Orange

📋 copy color: '#F97302'

red 249 ◦ green 115 ◦ blue 2

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

Shades of Safety Orange #F97302

Tints of Safety Orange #F97302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 68.03%
G = 31.42%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F97302 (or 0xF97302) is known color: Safety Orange. HEX triplet: F9, 73 and 02. RGB value is (249,115,2). Sum of RGB (Red+Green+Blue) = 249+115+2=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F97302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97302 is #068CFD. Grayscale: #8E8E8E. Windows color (decimal): -429310 or 160761. OLE color: 160761.

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

Color convert

RGB 249 115 2 -
CMYK 0 0.54 0.99 0.02
HSL 27.45º 0.98% 0.49% -
HSV(B) 27.45º 0.99% 0.98% -
XYZ 45.21 32.41 3.93 -
YUV 142.18 48.89 204.19 -
System Red Green Blue C M Y K H S L
Decimal 249 115 2 0 0.54 0.99 0.02 27.45 0.98 0.49
Hex F9 73 2 0 36 63 2 1B 62 31
Octal 371 163 2 0 66 143 2 33 142 61
Binary 11111001 1110011 10 0 110110 1100011 10 11011 1100010 110001

Color Harmonies of #F97302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97302

Black with #F97302

Text Example


Text Example

White with #F97302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97302; }

 p { color: rgb(249,115,2); }

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

background-color css

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

 a { background-color: rgb(249,115,2); }

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

border-color css

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

 span { border-color: rgb(249,115,2); }

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