Html Css Color HEX #F05A20 Outrageous Orange

📋 copy color: '#F05A20'

red 240 ◦ green 90 ◦ blue 32

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

Shades of Outrageous Orange #F05A20

Tints of Outrageous Orange #F05A20

RGB

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

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

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

R = 66.3%
G = 24.86%
B = 8.84%

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

#F05A20 (or 0xF05A20) is known color: Outrageous Orange. HEX triplet: F0, 5A and 20. RGB value is (240,90,32). Sum of RGB (Red+Green+Blue) = 240+90+32=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A20 is #0FA5DF. Grayscale: #808080. Windows color (decimal): -1025504 or 2120432. OLE color: 2120432.

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

Color convert

RGB 240 90 32 -
CMYK 0 0.62 0.87 0.06
HSL 16.73º 0.87% 0.53% -
HSV(B) 16.73º 0.87% 0.94% -
XYZ 39.85 25.94 4.27 -
YUV 128.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 240 90 32 0 0.62 0.87 0.06 16.73 0.87 0.53
Hex F0 5A 20 0 3E 57 6 11 57 35
Octal 360 132 40 0 76 127 6 21 127 65
Binary 11110000 1011010 100000 0 111110 1010111 110 10001 1010111 110101

Color Harmonies of #F05A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A20

Black with #F05A20

Text Example


Text Example

White with #F05A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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