Html Css Color HEX #FCEF7A Witch Haze

📋 copy color: '#FCEF7A'

red 252 ◦ green 239 ◦ blue 122

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

Shades of Witch Haze #FCEF7A

Tints of Witch Haze #FCEF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.9%

R = 41.11%
G = 38.99%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCEF7A (or 0xFCEF7A) is known color: Witch Haze. HEX triplet: FC, EF and 7A. RGB value is (252,239,122). Sum of RGB (Red+Green+Blue) = 252+239+122=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF7A is #031085. Grayscale: #E6E6E6. Windows color (decimal): -200838 or 8056828. OLE color: 8056828.

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

Color convert

RGB 252 239 122 -
CMYK 0 0.05 0.52 0.01
HSL 54º 0.96% 0.73% -
HSV(B) 54º 0.52% 0.99% -
XYZ 74.52 83.83 30.67 -
YUV 229.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 252 239 122 0 0.05 0.52 0.01 54 0.96 0.73
Hex FC EF 7A 0 5 34 1 36 60 49
Octal 374 357 172 0 5 64 1 66 140 111
Binary 11111100 11101111 1111010 0 101 110100 1 110110 1100000 1001001

Color Harmonies of #FCEF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF7A

Black with #FCEF7A

Text Example


Text Example

White with #FCEF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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