Html Css Color HEX #FCF56A Witch Haze

📋 copy color: '#FCF56A'

red 252 ◦ green 245 ◦ blue 106

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

Shades of Witch Haze #FCF56A

Tints of Witch Haze #FCF56A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.63%

 BLUE value IS 106 (41.8% from 255) = 17.58%

R = 41.79%
G = 40.63%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCF56A (or 0xFCF56A) is known color: Witch Haze. HEX triplet: FC, F5 and 6A. RGB value is (252,245,106). Sum of RGB (Red+Green+Blue) = 252+245+106=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 106 (41.80% from 255 or 17.58% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF56A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF56A is #030A95. Grayscale: #E7E7E7. Windows color (decimal): -199318 or 7009788. OLE color: 7009788.

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

Color convert

RGB 252 245 106 -
CMYK 0 0.03 0.58 0.01
HSL 57.12º 0.96% 0.7% -
HSV(B) 57.12º 0.58% 0.99% -
XYZ 75.4 87.04 26.46 -
YUV 231.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 252 245 106 0 0.03 0.58 0.01 57.12 0.96 0.7
Hex FC F5 6A 0 3 3A 1 39 60 46
Octal 374 365 152 0 3 72 1 71 140 106
Binary 11111100 11110101 1101010 0 11 111010 1 111001 1100000 1000110

Color Harmonies of #FCF56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF56A

Black with #FCF56A

Text Example


Text Example

White with #FCF56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF56A; }

 p { color: rgb(252,245,106); }

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

background-color css

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

 a { background-color: rgb(252,245,106); }

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

border-color css

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

 span { border-color: rgb(252,245,106); }

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