Html Css Color HEX #F97001 Safety Orange

📋 copy color: '#F97001'

red 249 ◦ green 112 ◦ blue 1

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

Shades of Safety Orange #F97001

Tints of Safety Orange #F97001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 68.78%
G = 30.94%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F97001 (or 0xF97001) is known color: Safety Orange. HEX triplet: F9, 70 and 01. RGB value is (249,112,1). Sum of RGB (Red+Green+Blue) = 249+112+1=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F97001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97001 is #068FFE. Grayscale: #8C8C8C. Windows color (decimal): -430079 or 94457. OLE color: 94457.

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

Color convert

RGB 249 112 1 -
CMYK 0 0.55 1.00 0.02
HSL 26.85º 0.99% 0.49% -
HSV(B) 26.85º 1% 0.98% -
XYZ 44.87 31.73 3.79 -
YUV 140.31 49.39 205.53 -
System Red Green Blue C M Y K H S L
Decimal 249 112 1 0 0.55 1.00 0.02 26.85 0.99 0.49
Hex F9 70 1 0 37 64 2 1B 63 31
Octal 371 160 1 0 67 144 2 33 143 61
Binary 11111001 1110000 1 0 110111 1100100 10 11011 1100011 110001

Color Harmonies of #F97001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97001

Black with #F97001

Text Example


Text Example

White with #F97001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97001; }

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

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

background-color css

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

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

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

border-color css

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

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

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