Html Css Color HEX #F97000 Safety Orange

📋 copy color: '#F97000'

red 249 ◦ green 112 ◦ blue 0

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

Shades of Safety Orange #F97000

Tints of Safety Orange #F97000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.98%
G = 31.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F97000 (or 0xF97000) is known color: Safety Orange. HEX triplet: F9, 70 and 00. RGB value is (249,112,0). Sum of RGB (Red+Green+Blue) = 249+112+0=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F97000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97000 is #068FFF. Grayscale: #8C8C8C. Windows color (decimal): -430080 or 28921. OLE color: 28921.

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

Color convert

RGB 249 112 0 -
CMYK 0 0.55 1 0.02
HSL 26.99º 1% 0.49% -
HSV(B) 26.99º 1% 0.98% -
XYZ 44.86 31.73 3.76 -
YUV 140.2 48.89 205.61 -
System Red Green Blue C M Y K H S L
Decimal 249 112 0 0 0.55 1 0.02 26.99 1 0.49
Hex F9 70 0 0 37 64 2 1B 64 31
Octal 371 160 0 0 67 144 2 33 144 61
Binary 11111001 1110000 0 0 110111 1100100 10 11011 1100100 110001

Color Harmonies of #F97000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97000

Black with #F97000

Text Example


Text Example

White with #F97000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97000; }

 p { color: rgb(249,112,0); }

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

background-color css

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

 a { background-color: rgb(249,112,0); }

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

border-color css

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

 span { border-color: rgb(249,112,0); }

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