Html Css Color HEX #FCF16F Witch Haze

📋 copy color: '#FCF16F'

red 252 ◦ green 241 ◦ blue 111

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

Shades of Witch Haze #FCF16F

Tints of Witch Haze #FCF16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.38%

R = 41.72%
G = 39.9%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCF16F (or 0xFCF16F) is known color: Witch Haze. HEX triplet: FC, F1 and 6F. RGB value is (252,241,111). Sum of RGB (Red+Green+Blue) = 252+241+111=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 111 (43.75% from 255 or 18.38% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF16F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF16F is #030E90. Grayscale: #E6E6E6. Windows color (decimal): -200337 or 7336444. OLE color: 7336444.

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

Color convert

RGB 252 241 111 -
CMYK 0 0.04 0.56 0.01
HSL 55.32º 0.96% 0.71% -
HSV(B) 55.32º 0.56% 0.99% -
XYZ 74.47 84.75 27.47 -
YUV 229.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 252 241 111 0 0.04 0.56 0.01 55.32 0.96 0.71
Hex FC F1 6F 0 4 38 1 37 60 47
Octal 374 361 157 0 4 70 1 67 140 107
Binary 11111100 11110001 1101111 0 100 111000 1 110111 1100000 1000111

Color Harmonies of #FCF16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF16F

Black with #FCF16F

Text Example


Text Example

White with #FCF16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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