Html Css Color HEX #FCED70 Witch Haze

📋 copy color: '#FCED70'

red 252 ◦ green 237 ◦ blue 112

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

Shades of Witch Haze #FCED70

Tints of Witch Haze #FCED70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.64%

R = 41.93%
G = 39.43%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCED70 (or 0xFCED70) is known color: Witch Haze. HEX triplet: FC, ED and 70. RGB value is (252,237,112). Sum of RGB (Red+Green+Blue) = 252+237+112=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 112 (44.14% from 255 or 18.64% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED70 is #03128F. Grayscale: #E3E3E3. Windows color (decimal): -201360 or 7400956. OLE color: 7400956.

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

Color convert

RGB 252 237 112 -
CMYK 0 0.06 0.56 0.01
HSL 53.57º 0.96% 0.71% -
HSV(B) 53.57º 0.56% 0.99% -
XYZ 73.35 82.43 27.37 -
YUV 227.24 62.97 145.66 -
System Red Green Blue C M Y K H S L
Decimal 252 237 112 0 0.06 0.56 0.01 53.57 0.96 0.71
Hex FC ED 70 0 6 38 1 36 60 47
Octal 374 355 160 0 6 70 1 66 140 107
Binary 11111100 11101101 1110000 0 110 111000 1 110110 1100000 1000111

Color Harmonies of #FCED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED70

Black with #FCED70

Text Example


Text Example

White with #FCED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED70; }

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

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

background-color css

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

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

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

border-color css

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

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

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