Html Css Color HEX #FCED73 Witch Haze

📋 copy color: '#FCED73'

red 252 ◦ green 237 ◦ blue 115

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

Shades of Witch Haze #FCED73

Tints of Witch Haze #FCED73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.04%

R = 41.72%
G = 39.24%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCED73 (or 0xFCED73) is known color: Witch Haze. HEX triplet: FC, ED and 73. RGB value is (252,237,115). Sum of RGB (Red+Green+Blue) = 252+237+115=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 115 (45.31% from 255 or 19.04% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED73 is #03128C. Grayscale: #E4E4E4. Windows color (decimal): -201357 or 7597564. OLE color: 7597564.

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

Color convert

RGB 252 237 115 -
CMYK 0 0.06 0.54 0.01
HSL 53.43º 0.96% 0.72% -
HSV(B) 53.43º 0.54% 0.99% -
XYZ 73.52 82.5 28.27 -
YUV 227.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 252 237 115 0 0.06 0.54 0.01 53.43 0.96 0.72
Hex FC ED 73 0 6 36 1 35 60 48
Octal 374 355 163 0 6 66 1 65 140 110
Binary 11111100 11101101 1110011 0 110 110110 1 110101 1100000 1001000

Color Harmonies of #FCED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED73

Black with #FCED73

Text Example


Text Example

White with #FCED73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED73; }

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

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

background-color css

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

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

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

border-color css

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

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

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