#FCFD7D

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

Shades of Witch Haze #FCFD7D

Tints of Witch Haze #FCFD7D

Color information

#FCFD7D (or 0xFCFD7D) is unknown color: approx Witch Haze. HEX triplet: FC, FD and 7D. RGB value is (252,253,125). Sum of RGB (Red+Green+Blue) = 252+253+125=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 125 (49.22% from 255 or 19.84% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD7D is #030282. Grayscale: #EEEEEE. Windows color (decimal): -197251 or 8257020. OLE color: 8257020.

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

Color convert

RGB252253125-
CMYK0.0000.510.01
HSL60.47º96.97%74.12%-
HSV(B)60.47º50.59%99.22%-
XYZ78.9792.4333.08-
YUV238.1164.17137.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 253 (99.22% from 255) = 40.16%
BLUE value IS 125 (49.22% from 255) = 19.84%
R=40%
G=40.16%
B=19.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531250.0000.510.0160.4796.9774.12
HexFCFD7D003313c614a
Octal3743751750063174141112
Binary1111110011111101111110100110011111110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFD7D; }

 p { color: rgb(252,253,125); }

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

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

 a { background-color: rgb(252,253,125); }

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

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

 span { border-color: rgb(252,253,125); }

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