#fccf3f

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

Shades of Sunglow #FCCF3F

Tints of Sunglow #FCCF3F

Color information

#FCCF3F (or 0xFCCF3F) is unknown color: approx Sunglow. HEX triplet: FC, CF and 3F. RGB value is (252,207,63). Sum of RGB (Red+Green+Blue) = 252+207+63=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF3F is #0330C0. Grayscale: #CCCCCC. Windows color (decimal): -209089 or 4182012. OLE color: 4182012.

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

Color convert

RGB25220763-
CMYK00.180.750.01
HSL45.71º96.92%61.76%-
HSV(B)45.71º75%98.82%-
XYZ63.3565.6814.04-
YUV204.0448.41162.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 63 (25% from 255) = 12.07%
R=48.28%
G=39.66%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522076300.180.750.0145.7196.9261.76
HexFCCF3F0124B12e613e
Octal3743177702211315614176
Binary1111110011001111111111010010100101111011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fccf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fccf3f; }

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

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

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

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

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

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

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

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