Html Css Color HEX #F95D0A Safety Orange

📋 copy color: '#F95D0A'

red 249 ◦ green 93 ◦ blue 10

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

Shades of Safety Orange #F95D0A

Tints of Safety Orange #F95D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.84%

R = 70.74%
G = 26.42%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F95D0A (or 0xF95D0A) is known color: Safety Orange. HEX triplet: F9, 5D and 0A. RGB value is (249,93,10). Sum of RGB (Red+Green+Blue) = 249+93+10=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95D0A is #06A2F5. Grayscale: #828282. Windows color (decimal): -434934 or 679417. OLE color: 679417.

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

Color convert

RGB 249 93 10 -
CMYK 0 0.63 0.96 0.02
HSL 20.84º 0.95% 0.51% -
HSV(B) 20.84º 0.96% 0.98% -
XYZ 43.04 27.99 3.42 -
YUV 130.18 60.18 212.75 -
System Red Green Blue C M Y K H S L
Decimal 249 93 10 0 0.63 0.96 0.02 20.84 0.95 0.51
Hex F9 5D A 0 3F 60 2 15 5F 33
Octal 371 135 12 0 77 140 2 25 137 63
Binary 11111001 1011101 1010 0 111111 1100000 10 10101 1011111 110011

Color Harmonies of #F95D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95D0A

Black with #F95D0A

Text Example


Text Example

White with #F95D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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