Html Css Color HEX #F97100 Safety Orange

📋 copy color: '#F97100'

red 249 ◦ green 113 ◦ blue 0

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

Shades of Safety Orange #F97100

Tints of Safety Orange #F97100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

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

R = 68.78%
G = 31.22%
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

#F97100 (or 0xF97100) is known color: Safety Orange. HEX triplet: F9, 71 and 00. RGB value is (249,113,0). Sum of RGB (Red+Green+Blue) = 249+113+0=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F97100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97100 is #068EFF. Grayscale: #8D8D8D. Windows color (decimal): -429824 or 29177. OLE color: 29177.

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

Color convert

RGB 249 113 0 -
CMYK 0 0.55 1 0.02
HSL 27.23º 1% 0.49% -
HSV(B) 27.23º 1% 0.98% -
XYZ 44.97 31.95 3.8 -
YUV 140.78 48.56 205.19 -
System Red Green Blue C M Y K H S L
Decimal 249 113 0 0 0.55 1 0.02 27.23 1 0.49
Hex F9 71 0 0 37 64 2 1B 64 31
Octal 371 161 0 0 67 144 2 33 144 61
Binary 11111001 1110001 0 0 110111 1100100 10 11011 1100100 110001

Color Harmonies of #F97100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97100

Black with #F97100

Text Example


Text Example

White with #F97100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97100; }

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

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

background-color css

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

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

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

border-color css

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

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

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