Html Css Color HEX #FCEF70 Witch Haze

📋 copy color: '#FCEF70'

red 252 ◦ green 239 ◦ blue 112

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

Shades of Witch Haze #FCEF70

Tints of Witch Haze #FCEF70

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.64%

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

R = 41.79%
G = 39.64%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCEF70 (or 0xFCEF70) is known color: Witch Haze. HEX triplet: FC, EF and 70. RGB value is (252,239,112). Sum of RGB (Red+Green+Blue) = 252+239+112=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF70 is #03108F. Grayscale: #E4E4E4. Windows color (decimal): -200848 or 7401468. OLE color: 7401468.

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

Color convert

RGB 252 239 112 -
CMYK 0 0.05 0.56 0.01
HSL 54.43º 0.96% 0.71% -
HSV(B) 54.43º 0.56% 0.99% -
XYZ 73.94 83.6 27.57 -
YUV 228.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 252 239 112 0 0.05 0.56 0.01 54.43 0.96 0.71
Hex FC EF 70 0 5 38 1 36 60 47
Octal 374 357 160 0 5 70 1 66 140 107
Binary 11111100 11101111 1110000 0 101 111000 1 110110 1100000 1000111

Color Harmonies of #FCEF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF70

Black with #FCEF70

Text Example


Text Example

White with #FCEF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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