Html Css Color HEX #FCEE7A Witch Haze

📋 copy color: '#FCEE7A'

red 252 ◦ green 238 ◦ blue 122

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

Shades of Witch Haze #FCEE7A

Tints of Witch Haze #FCEE7A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.89%

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

R = 41.18%
G = 38.89%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCEE7A (or 0xFCEE7A) is known color: Witch Haze. HEX triplet: FC, EE and 7A. RGB value is (252,238,122). Sum of RGB (Red+Green+Blue) = 252+238+122=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 122 (48.05% from 255 or 19.93% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE7A is #031185. Grayscale: #E5E5E5. Windows color (decimal): -201094 or 8056572. OLE color: 8056572.

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

Color convert

RGB 252 238 122 -
CMYK 0 0.06 0.52 0.01
HSL 53.54º 0.96% 0.73% -
HSV(B) 53.54º 0.52% 0.99% -
XYZ 74.23 83.25 30.57 -
YUV 228.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 252 238 122 0 0.06 0.52 0.01 53.54 0.96 0.73
Hex FC EE 7A 0 6 34 1 36 60 49
Octal 374 356 172 0 6 64 1 66 140 111
Binary 11111100 11101110 1111010 0 110 110100 1 110110 1100000 1001001

Color Harmonies of #FCEE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE7A

Black with #FCEE7A

Text Example


Text Example

White with #FCEE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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