Html Css Color HEX #FCF16E Witch Haze

📋 copy color: '#FCF16E'

red 252 ◦ green 241 ◦ blue 110

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

Shades of Witch Haze #FCF16E

Tints of Witch Haze #FCF16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.24%

R = 41.79%
G = 39.97%
B = 18.24%

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

#FCF16E (or 0xFCF16E) is known color: Witch Haze. HEX triplet: FC, F1 and 6E. RGB value is (252,241,110). Sum of RGB (Red+Green+Blue) = 252+241+110=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 110 (43.36% from 255 or 18.24% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF16E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF16E is #030E91. Grayscale: #E5E5E5. Windows color (decimal): -200338 or 7270908. OLE color: 7270908.

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

Color convert

RGB 252 241 110 -
CMYK 0 0.04 0.56 0.01
HSL 55.35º 0.96% 0.71% -
HSV(B) 55.35º 0.56% 0.99% -
XYZ 74.41 84.73 27.18 -
YUV 229.36 60.64 144.15 -
System Red Green Blue C M Y K H S L
Decimal 252 241 110 0 0.04 0.56 0.01 55.35 0.96 0.71
Hex FC F1 6E 0 4 38 1 37 60 47
Octal 374 361 156 0 4 70 1 67 140 107
Binary 11111100 11110001 1101110 0 100 111000 1 110111 1100000 1000111

Color Harmonies of #FCF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF16E

Black with #FCF16E

Text Example


Text Example

White with #FCF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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