Html Css Color HEX #FCED7D Witch Haze

📋 copy color: '#FCED7D'

red 252 ◦ green 237 ◦ blue 125

#FCED7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FCED7D

Tints of Witch Haze #FCED7D

RGB

 RED value IS 252 (98.83% from 255) = 41.04%

 GREEN value IS 237 (92.97% from 255) = 38.6%

 BLUE value IS 125 (49.22% from 255) = 20.36%

R = 41.04%
G = 38.6%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCED7D (or 0xFCED7D) is known color: Witch Haze. HEX triplet: FC, ED and 7D. RGB value is (252,237,125). Sum of RGB (Red+Green+Blue) = 252+237+125=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED7D is #031282. Grayscale: #E5E5E5. Windows color (decimal): -201347 or 8252924. OLE color: 8252924.

HSL color Cylindrical-coordinate representation of color #FCED7D: hue angle of 52.91º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCED7D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 125 -
CMYK 0 0.06 0.50 0.01
HSL 52.91º 0.95% 0.74% -
HSV(B) 52.91º 0.5% 0.99% -
XYZ 74.13 82.74 31.47 -
YUV 228.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 252 237 125 0 0.06 0.50 0.01 52.91 0.95 0.74
Hex FC ED 7D 0 6 32 1 35 5F 4A
Octal 374 355 175 0 6 62 1 65 137 112
Binary 11111100 11101101 1111101 0 110 110010 1 110101 1011111 1001010

Color Harmonies of #FCED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED7D

Black with #FCED7D

Text Example


Text Example

White with #FCED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED7D; }

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

 H1.HeaderClassName
 {
   color: #FCED7D;
 }
 .AnyTagClassName
 {
   color: #FCED7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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