Html Css Color HEX #F95E20 Outrageous Orange

📋 copy color: '#F95E20'

red 249 ◦ green 94 ◦ blue 32

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

Shades of Outrageous Orange #F95E20

Tints of Outrageous Orange #F95E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 66.4%
G = 25.07%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F95E20 (or 0xF95E20) is known color: Outrageous Orange. HEX triplet: F9, 5E and 20. RGB value is (249,94,32). Sum of RGB (Red+Green+Blue) = 249+94+32=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95E20 is #06A1DF. Grayscale: #858585. Windows color (decimal): -434656 or 2121465. OLE color: 2121465.

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

Color convert

RGB 249 94 32 -
CMYK 0 0.62 0.87 0.02
HSL 17.14º 0.95% 0.55% -
HSV(B) 17.14º 0.87% 0.98% -
XYZ 43.33 28.25 4.54 -
YUV 133.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 249 94 32 0 0.62 0.87 0.02 17.14 0.95 0.55
Hex F9 5E 20 0 3E 57 2 11 5F 37
Octal 371 136 40 0 76 127 2 21 137 67
Binary 11111001 1011110 100000 0 111110 1010111 10 10001 1011111 110111

Color Harmonies of #F95E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95E20

Black with #F95E20

Text Example


Text Example

White with #F95E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95E20; }

 p { color: rgb(249,94,32); }

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

background-color css

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

 a { background-color: rgb(249,94,32); }

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

border-color css

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

 span { border-color: rgb(249,94,32); }

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