Html Css Color HEX #FCF57A Witch Haze

📋 copy color: '#FCF57A'

red 252 ◦ green 245 ◦ blue 122

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

Shades of Witch Haze #FCF57A

Tints of Witch Haze #FCF57A

RGB

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

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

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

R = 40.71%
G = 39.58%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCF57A (or 0xFCF57A) is known color: Witch Haze. HEX triplet: FC, F5 and 7A. RGB value is (252,245,122). Sum of RGB (Red+Green+Blue) = 252+245+122=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 122 (48.05% from 255 or 19.71% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF57A is #030A85. Grayscale: #E9E9E9. Windows color (decimal): -199302 or 8058364. OLE color: 8058364.

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

Color convert

RGB 252 245 122 -
CMYK 0 0.03 0.52 0.01
HSL 56.77º 0.96% 0.73% -
HSV(B) 56.77º 0.52% 0.99% -
XYZ 76.31 87.41 31.26 -
YUV 233.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 252 245 122 0 0.03 0.52 0.01 56.77 0.96 0.73
Hex FC F5 7A 0 3 34 1 39 60 49
Octal 374 365 172 0 3 64 1 71 140 111
Binary 11111100 11110101 1111010 0 11 110100 1 111001 1100000 1001001

Color Harmonies of #FCF57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF57A

Black with #FCF57A

Text Example


Text Example

White with #FCF57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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