Html Css Color HEX #F05434 Outrageous Orange

📋 copy color: '#F05434'

red 240 ◦ green 84 ◦ blue 52

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

Shades of Outrageous Orange #F05434

Tints of Outrageous Orange #F05434

RGB

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

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

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

R = 63.83%
G = 22.34%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F05434 (or 0xF05434) is known color: Outrageous Orange. HEX triplet: F0, 54 and 34. RGB value is (240,84,52). Sum of RGB (Red+Green+Blue) = 240+84+52=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F05434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05434 is #0FABCB. Grayscale: #7F7F7F. Windows color (decimal): -1027020 or 3429616. OLE color: 3429616.

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

Color convert

RGB 240 84 52 -
CMYK 0 0.65 0.78 0.06
HSL 10.21º 0.86% 0.57% -
HSV(B) 10.21º 0.78% 0.94% -
XYZ 39.73 25.11 6 -
YUV 127 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 240 84 52 0 0.65 0.78 0.06 10.21 0.86 0.57
Hex F0 54 34 0 41 4E 6 A 56 39
Octal 360 124 64 0 101 116 6 12 126 71
Binary 11110000 1010100 110100 0 1000001 1001110 110 1010 1010110 111001

Color Harmonies of #F05434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05434

Black with #F05434

Text Example


Text Example

White with #F05434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05434; }

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

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

background-color css

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

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

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

border-color css

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

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

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