#FCCA30

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

Shades of Sunglow #FCCA30

Tints of Sunglow #FCCA30

Color information

#FCCA30 (or 0xFCCA30) is unknown color: approx Sunglow. HEX triplet: FC, CA and 30. RGB value is (252,202,48). Sum of RGB (Red+Green+Blue) = 252+202+48=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA30 is #0335CF. Grayscale: #C8C8C8. Windows color (decimal): -210384 or 3197692. OLE color: 3197692.

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

Color convert

RGB25220248-
CMYK00.200.810.01
HSL45.29º97.14%58.82%-
HSV(B)45.29º80.95%98.82%-
XYZ61.863.1511.73-
YUV199.3942.56165.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 48 (19.14% from 255) = 9.56%
R=50.20%
G=40.24%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522024800.200.810.0145.2997.1458.82
HexFCCA300145112d613b
Octal3743126002412115514173
Binary1111110011001010110000010100101000111011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA30; }

 p { color: rgb(252,202,48); }

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

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

 a { background-color: rgb(252,202,48); }

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

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

 span { border-color: rgb(252,202,48); }

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