Html Css Color HEX #F05420 Outrageous Orange

📋 copy color: '#F05420'

red 240 ◦ green 84 ◦ blue 32

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

Shades of Outrageous Orange #F05420

Tints of Outrageous Orange #F05420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 67.42%
G = 23.6%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F05420 (or 0xF05420) is known color: Outrageous Orange. HEX triplet: F0, 54 and 20. RGB value is (240,84,32). Sum of RGB (Red+Green+Blue) = 240+84+32=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F05420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05420 is #0FABDF. Grayscale: #7D7D7D. Windows color (decimal): -1027040 or 2118896. OLE color: 2118896.

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

Color convert

RGB 240 84 32 -
CMYK 0 0.65 0.87 0.06
HSL 15º 0.87% 0.53% -
HSV(B) 15º 0.87% 0.94% -
XYZ 39.37 24.97 4.11 -
YUV 124.72 75.68 210.23 -
System Red Green Blue C M Y K H S L
Decimal 240 84 32 0 0.65 0.87 0.06 15 0.87 0.53
Hex F0 54 20 0 41 57 6 F 57 35
Octal 360 124 40 0 101 127 6 17 127 65
Binary 11110000 1010100 100000 0 1000001 1010111 110 1111 1010111 110101

Color Harmonies of #F05420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05420

Black with #F05420

Text Example


Text Example

White with #F05420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05420; }

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

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

background-color css

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

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

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

border-color css

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

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

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