Html Css Color HEX #F05A32 Outrageous Orange

📋 copy color: '#F05A32'

red 240 ◦ green 90 ◦ blue 50

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

Shades of Outrageous Orange #F05A32

Tints of Outrageous Orange #F05A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 63.16%
G = 23.68%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F05A32 (or 0xF05A32) is known color: Outrageous Orange. HEX triplet: F0, 5A and 32. RGB value is (240,90,50). Sum of RGB (Red+Green+Blue) = 240+90+50=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A32 is #0FA5CD. Grayscale: #828282. Windows color (decimal): -1025486 or 3300080. OLE color: 3300080.

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

Color convert

RGB 240 90 50 -
CMYK 0 0.62 0.79 0.06
HSL 12.63º 0.86% 0.57% -
HSV(B) 12.63º 0.79% 0.94% -
XYZ 40.17 26.07 5.93 -
YUV 130.29 82.7 206.25 -
System Red Green Blue C M Y K H S L
Decimal 240 90 50 0 0.62 0.79 0.06 12.63 0.86 0.57
Hex F0 5A 32 0 3E 4F 6 D 56 39
Octal 360 132 62 0 76 117 6 15 126 71
Binary 11110000 1011010 110010 0 111110 1001111 110 1101 1010110 111001

Color Harmonies of #F05A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A32

Black with #F05A32

Text Example


Text Example

White with #F05A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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