Html Css Color HEX #F05A34 Outrageous Orange

📋 copy color: '#F05A34'

red 240 ◦ green 90 ◦ blue 52

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

Shades of Outrageous Orange #F05A34

Tints of Outrageous Orange #F05A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.61%

R = 62.83%
G = 23.56%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F05A34 (or 0xF05A34) is known color: Outrageous Orange. HEX triplet: F0, 5A and 34. RGB value is (240,90,52). Sum of RGB (Red+Green+Blue) = 240+90+52=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A34 is #0FA5CB. Grayscale: #828282. Windows color (decimal): -1025484 or 3431152. OLE color: 3431152.

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

Color convert

RGB 240 90 52 -
CMYK 0 0.62 0.78 0.06
HSL 12.13º 0.86% 0.57% -
HSV(B) 12.13º 0.78% 0.94% -
XYZ 40.21 26.09 6.16 -
YUV 130.52 83.7 206.09 -
System Red Green Blue C M Y K H S L
Decimal 240 90 52 0 0.62 0.78 0.06 12.13 0.86 0.57
Hex F0 5A 34 0 3E 4E 6 C 56 39
Octal 360 132 64 0 76 116 6 14 126 71
Binary 11110000 1011010 110100 0 111110 1001110 110 1100 1010110 111001

Color Harmonies of #F05A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A34

Black with #F05A34

Text Example


Text Example

White with #F05A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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