Html Css Color HEX #FCED6F Witch Haze

📋 copy color: '#FCED6F'

red 252 ◦ green 237 ◦ blue 111

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

Shades of Witch Haze #FCED6F

Tints of Witch Haze #FCED6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.5%

R = 42%
G = 39.5%
B = 18.5%

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

#FCED6F (or 0xFCED6F) is known color: Witch Haze. HEX triplet: FC, ED and 6F. RGB value is (252,237,111). Sum of RGB (Red+Green+Blue) = 252+237+111=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 111 (43.75% from 255 or 18.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED6F is #031290. Grayscale: #E3E3E3. Windows color (decimal): -201361 or 7335420. OLE color: 7335420.

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

Color convert

RGB 252 237 111 -
CMYK 0 0.06 0.56 0.01
HSL 53.62º 0.96% 0.71% -
HSV(B) 53.62º 0.56% 0.99% -
XYZ 73.3 82.41 27.08 -
YUV 227.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 252 237 111 0 0.06 0.56 0.01 53.62 0.96 0.71
Hex FC ED 6F 0 6 38 1 36 60 47
Octal 374 355 157 0 6 70 1 66 140 107
Binary 11111100 11101101 1101111 0 110 111000 1 110110 1100000 1000111

Color Harmonies of #FCED6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED6F

Black with #FCED6F

Text Example


Text Example

White with #FCED6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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