#FF5229

Color #FF5229 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #FF5229

Tints of Outrageous Orange #FF5229

Color information

#FF5229 (or 0xFF5229) is unknown color: approx Outrageous Orange. HEX triplet: FF, 52 and 29. RGB value is (255,82,41). Sum of RGB (Red+Green+Blue) = 255+82+41=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5229 is #00ADD6. Grayscale: #818181. Windows color (decimal): -44503 or 2708223. OLE color: 2708223.

HSL color Cylindrical-coordinate representation of color #FF5229: hue angle of 11.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF5229 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB2558241-
CMYK00.680.840
HSL11.5º100%58.04%-
HSV(B)11.5º83.92%100%-
XYZ44.6627.455.04-
YUV129.0578.31217.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.46%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 41 (16.41% from 255) = 10.85%
R=67.46%
G=21.69%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255824100.680.84011.510058.04
HexFF5229044540b643a
Octal37712251010412401314472
Binary111111111010010101001010001001010100010111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5229; }

 p { color: rgb(255,82,41); }

 H1.HeaderClassName
 {
   color: #FF5229;
 }
 .AnyTagClassName
 {
   color: #FF5229;
 }
</style>
background-color css

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

 a { background-color: rgb(255,82,41); }

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

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

 span { border-color: rgb(255,82,41); }

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