#FCC830

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

Shades of Sunglow #FCC830

Tints of Sunglow #FCC830

Color information

#FCC830 (or 0xFCC830) is unknown color: approx Sunglow. HEX triplet: FC, C8 and 30. RGB value is (252,200,48). Sum of RGB (Red+Green+Blue) = 252+200+48=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC830 is #0337CF. Grayscale: #C6C6C6. Windows color (decimal): -210896 or 3197180. OLE color: 3197180.

HSL color Cylindrical-coordinate representation of color #FCC830: hue angle of 44.71º 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 #FCC830 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB25220048-
CMYK00.210.810.01
HSL44.71º97.14%58.82%-
HSV(B)44.71º80.95%98.82%-
XYZ61.3362.2211.57-
YUV198.2243.23166.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 48 (19.14% from 255) = 9.6%
R=50.4%
G=40%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522004800.210.810.0144.7197.1458.82
HexFCC8300155112d613b
Octal3743106002512115514173
Binary1111110011001000110000010101101000111011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC830; }

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

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

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

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

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

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

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

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