Html Css Color HEX #FCED7C Witch Haze

📋 copy color: '#FCED7C'

red 252 ◦ green 237 ◦ blue 124

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

Shades of Witch Haze #FCED7C

Tints of Witch Haze #FCED7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.23%

R = 41.11%
G = 38.66%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCED7C (or 0xFCED7C) is known color: Witch Haze. HEX triplet: FC, ED and 7C. RGB value is (252,237,124). Sum of RGB (Red+Green+Blue) = 252+237+124=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 124 (48.83% from 255 or 20.23% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED7C is #031283. Grayscale: #E5E5E5. Windows color (decimal): -201348 or 8187388. OLE color: 8187388.

HSL color Cylindrical-coordinate representation of color #FCED7C: hue angle of 52.97º degrees, saturation: 0.96, 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 #FCED7C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 124 -
CMYK 0 0.06 0.51 0.01
HSL 52.97º 0.96% 0.74% -
HSV(B) 52.97º 0.51% 0.99% -
XYZ 74.07 82.72 31.13 -
YUV 228.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 252 237 124 0 0.06 0.51 0.01 52.97 0.96 0.74
Hex FC ED 7C 0 6 33 1 35 60 4A
Octal 374 355 174 0 6 63 1 65 140 112
Binary 11111100 11101101 1111100 0 110 110011 1 110101 1100000 1001010

Color Harmonies of #FCED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED7C

Black with #FCED7C

Text Example


Text Example

White with #FCED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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