Html Css Color HEX #F05C20 Outrageous Orange

📋 copy color: '#F05C20'

red 240 ◦ green 92 ◦ blue 32

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

Shades of Outrageous Orange #F05C20

Tints of Outrageous Orange #F05C20

RGB

 RED value IS 240 (94.14% from 255) = 65.93%

 GREEN value IS 92 (36.33% from 255) = 25.27%

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

R = 65.93%
G = 25.27%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F05C20 (or 0xF05C20) is known color: Outrageous Orange. HEX triplet: F0, 5C and 20. RGB value is (240,92,32). Sum of RGB (Red+Green+Blue) = 240+92+32=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C20 is #0FA3DF. Grayscale: #818181. Windows color (decimal): -1024992 or 2120944. OLE color: 2120944.

HSL color Cylindrical-coordinate representation of color #F05C20: hue angle of 17.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F05C20 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 32 -
CMYK 0 0.62 0.87 0.06
HSL 17.31º 0.87% 0.53% -
HSV(B) 17.31º 0.87% 0.94% -
XYZ 40.02 26.28 4.33 -
YUV 129.41 73.03 206.88 -
System Red Green Blue C M Y K H S L
Decimal 240 92 32 0 0.62 0.87 0.06 17.31 0.87 0.53
Hex F0 5C 20 0 3E 57 6 11 57 35
Octal 360 134 40 0 76 127 6 21 127 65
Binary 11110000 1011100 100000 0 111110 1010111 110 10001 1010111 110101

Color Harmonies of #F05C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C20

Black with #F05C20

Text Example


Text Example

White with #F05C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C20; }

 p { color: rgb(240,92,32); }

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

background-color css

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

 a { background-color: rgb(240,92,32); }

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

border-color css

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

 span { border-color: rgb(240,92,32); }

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