#FCED69

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

Shades of Witch Haze #FCED69

Tints of Witch Haze #FCED69

Color information

#FCED69 (or 0xFCED69) is unknown color: approx Witch Haze. HEX triplet: FC, ED and 69. RGB value is (252,237,105). Sum of RGB (Red+Green+Blue) = 252+237+105=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 105 (41.41% from 255 or 17.68% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED69 is #031296. Grayscale: #E2E2E2. Windows color (decimal): -201367 or 6942204. OLE color: 6942204.

HSL color Cylindrical-coordinate representation of color #FCED69: hue angle of 53.88º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCED69 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB252237105-
CMYK00.060.580.01
HSL53.88º96.08%70%-
HSV(B)53.88º58.33%98.82%-
XYZ72.9882.2825.4-
YUV226.4459.47146.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 105 (41.41% from 255) = 17.68%
R=42.42%
G=39.90%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223710500.060.580.0153.8896.0870
HexFCED69063A1366046
Octal3743551510672166140106
Binary111111001110110111010010110111010111011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED69; }

 p { color: rgb(252,237,105); }

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

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

 a { background-color: rgb(252,237,105); }

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

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

 span { border-color: rgb(252,237,105); }

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