#FCC33F

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

Shades of Sunglow #FCC33F

Tints of Sunglow #FCC33F

Color information

#FCC33F (or 0xFCC33F) is unknown color: approx Sunglow. HEX triplet: FC, C3 and 3F. RGB value is (252,195,63). Sum of RGB (Red+Green+Blue) = 252+195+63=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 63 (25% from 255 or 12.35% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC33F is #033CC0. Grayscale: #C5C5C5. Windows color (decimal): -212161 or 4178940. OLE color: 4178940.

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

Color convert

RGB25219563-
CMYK00.230.750.01
HSL41.9º96.92%61.76%-
HSV(B)41.9º75%98.82%-
XYZ60.5660.0813.11-
YUV196.9952.38167.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 63 (25% from 255) = 12.35%
R=49.41%
G=38.24%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521956300.230.750.0141.996.9261.76
HexFCC33F0174B12a613e
Octal3743037702711315214176
Binary1111110011000011111111010111100101111010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC33F; }

 p { color: rgb(252,195,63); }

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

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

 a { background-color: rgb(252,195,63); }

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

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

 span { border-color: rgb(252,195,63); }

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