Html Css Color HEX #F95D16 Safety Orange

📋 copy color: '#F95D16'

red 249 ◦ green 93 ◦ blue 22

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

Shades of Safety Orange #F95D16

Tints of Safety Orange #F95D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 68.41%
G = 25.55%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F95D16 (or 0xF95D16) is known color: Safety Orange. HEX triplet: F9, 5D and 16. RGB value is (249,93,22). Sum of RGB (Red+Green+Blue) = 249+93+22=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95D16 is #06A2E9. Grayscale: #838383. Windows color (decimal): -434922 or 1465849. OLE color: 1465849.

HSL color Cylindrical-coordinate representation of color #F95D16: hue angle of 18.77º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F95D16 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 93 22 -
CMYK 0 0.63 0.91 0.02
HSL 18.77º 0.95% 0.53% -
HSV(B) 18.77º 0.91% 0.98% -
XYZ 43.13 28.03 3.9 -
YUV 131.55 66.18 211.77 -
System Red Green Blue C M Y K H S L
Decimal 249 93 22 0 0.63 0.91 0.02 18.77 0.95 0.53
Hex F9 5D 16 0 3F 5B 2 13 5F 35
Octal 371 135 26 0 77 133 2 23 137 65
Binary 11111001 1011101 10110 0 111111 1011011 10 10011 1011111 110101

Color Harmonies of #F95D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95D16

Black with #F95D16

Text Example


Text Example

White with #F95D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95D16; }

 p { color: rgb(249,93,22); }

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

background-color css

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

 a { background-color: rgb(249,93,22); }

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

border-color css

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

 span { border-color: rgb(249,93,22); }

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