#FB524A

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

Shades of Sunset Orange #FB524A

Tints of Sunset Orange #FB524A

Color information

#FB524A (or 0xFB524A) is unknown color: approx Sunset Orange. HEX triplet: FB, 52 and 4A. RGB value is (251,82,74). Sum of RGB (Red+Green+Blue) = 251+82+74=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB524A is #04ADB5. Grayscale: #838383. Windows color (decimal): -306614 or 4870907. OLE color: 4870907.

HSL color Cylindrical-coordinate representation of color #FB524A: hue angle of 2.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB524A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB2518274-
CMYK00.670.710.02
HSL2.71º95.68%63.73%-
HSV(B)2.71º70.52%98.43%-
XYZ44.0427.049.38-
YUV131.6295.49213.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.67%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=61.67%
G=20.15%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251827400.670.710.022.7195.6863.73
HexFB524A04347236040
Octal373122112010310723140100
Binary1111101110100101001010010000111000111101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB524A; }

 p { color: rgb(251,82,74); }

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

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

 a { background-color: rgb(251,82,74); }

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

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

 span { border-color: rgb(251,82,74); }

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