Html Css Color HEX #F95A20 Outrageous Orange

📋 copy color: '#F95A20'

red 249 ◦ green 90 ◦ blue 32

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

Shades of Outrageous Orange #F95A20

Tints of Outrageous Orange #F95A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

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

R = 67.12%
G = 24.26%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F95A20 (or 0xF95A20) is known color: Outrageous Orange. HEX triplet: F9, 5A and 20. RGB value is (249,90,32). Sum of RGB (Red+Green+Blue) = 249+90+32=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95A20 is #06A5DF. Grayscale: #838383. Windows color (decimal): -435680 or 2120441. OLE color: 2120441.

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

Color convert

RGB 249 90 32 -
CMYK 0 0.64 0.87 0.02
HSL 16.04º 0.95% 0.55% -
HSV(B) 16.04º 0.87% 0.98% -
XYZ 42.98 27.56 4.42 -
YUV 130.93 72.18 212.22 -
System Red Green Blue C M Y K H S L
Decimal 249 90 32 0 0.64 0.87 0.02 16.04 0.95 0.55
Hex F9 5A 20 0 40 57 2 10 5F 37
Octal 371 132 40 0 100 127 2 20 137 67
Binary 11111001 1011010 100000 0 1000000 1010111 10 10000 1011111 110111

Color Harmonies of #F95A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A20

Black with #F95A20

Text Example


Text Example

White with #F95A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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