Html Css Color HEX #FCF16A Witch Haze

📋 copy color: '#FCF16A'

red 252 ◦ green 241 ◦ blue 106

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

Shades of Witch Haze #FCF16A

Tints of Witch Haze #FCF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.23%

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

R = 42.07%
G = 40.23%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCF16A (or 0xFCF16A) is known color: Witch Haze. HEX triplet: FC, F1 and 6A. RGB value is (252,241,106). Sum of RGB (Red+Green+Blue) = 252+241+106=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 106 (41.80% from 255 or 17.70% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF16A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF16A is #030E95. Grayscale: #E5E5E5. Windows color (decimal): -200342 or 7008764. OLE color: 7008764.

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

Color convert

RGB 252 241 106 -
CMYK 0 0.04 0.58 0.01
HSL 55.48º 0.96% 0.7% -
HSV(B) 55.48º 0.58% 0.99% -
XYZ 74.2 84.65 26.06 -
YUV 228.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 252 241 106 0 0.04 0.58 0.01 55.48 0.96 0.7
Hex FC F1 6A 0 4 3A 1 37 60 46
Octal 374 361 152 0 4 72 1 67 140 106
Binary 11111100 11110001 1101010 0 100 111010 1 110111 1100000 1000110

Color Harmonies of #FCF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF16A

Black with #FCF16A

Text Example


Text Example

White with #FCF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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