#FCC534

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

Shades of Sunglow #FCC534

Tints of Sunglow #FCC534

Color information

#FCC534 (or 0xFCC534) is unknown color: approx Sunglow. HEX triplet: FC, C5 and 34. RGB value is (252,197,52). Sum of RGB (Red+Green+Blue) = 252+197+52=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC534 is #033ACB. Grayscale: #C5C5C5. Windows color (decimal): -211660 or 3458556. OLE color: 3458556.

HSL color Cylindrical-coordinate representation of color #FCC534: hue angle of 43.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCC534 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB25219752-
CMYK00.220.790.01
HSL43.5º97.09%59.61%-
HSV(B)43.5º79.37%98.82%-
XYZ60.7360.8811.8-
YUV196.9246.22167.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 52 (20.70% from 255) = 10.38%
R=50.30%
G=39.32%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521975200.220.790.0143.597.0959.61
HexFCC5340164F12c613c
Octal3743056402611715414174
Binary1111110011000101110100010110100111111011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC534; }

 p { color: rgb(252,197,52); }

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

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

 a { background-color: rgb(252,197,52); }

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

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

 span { border-color: rgb(252,197,52); }

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