#FCC43F

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

Shades of Sunglow #FCC43F

Tints of Sunglow #FCC43F

Color information

#FCC43F (or 0xFCC43F) is unknown color: approx Sunglow. HEX triplet: FC, C4 and 3F. RGB value is (252,196,63). Sum of RGB (Red+Green+Blue) = 252+196+63=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC43F is #033BC0. Grayscale: #C6C6C6. Windows color (decimal): -211905 or 4179196. OLE color: 4179196.

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

Color convert

RGB25219663-
CMYK00.220.750.01
HSL42.22º96.92%61.76%-
HSV(B)42.22º75%98.82%-
XYZ60.7860.5313.18-
YUV197.5852.05166.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 63 (25% from 255) = 12.33%
R=49.32%
G=38.36%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521966300.220.750.0142.2296.9261.76
HexFCC43F0164B12a613e
Octal3743047702611315214176
Binary1111110011000100111111010110100101111010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC43F; }

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

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

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

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

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

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

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

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