Html Css Color HEX #FCF170 Witch Haze

📋 copy color: '#FCF170'

red 252 ◦ green 241 ◦ blue 112

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

Shades of Witch Haze #FCF170

Tints of Witch Haze #FCF170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.51%

R = 41.65%
G = 39.83%
B = 18.51%

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

#FCF170 (or 0xFCF170) is known color: Witch Haze. HEX triplet: FC, F1 and 70. RGB value is (252,241,112). Sum of RGB (Red+Green+Blue) = 252+241+112=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF170 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF170 is #030E8F. Grayscale: #E6E6E6. Windows color (decimal): -200336 or 7401980. OLE color: 7401980.

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

Color convert

RGB 252 241 112 -
CMYK 0 0.04 0.56 0.01
HSL 55.29º 0.96% 0.71% -
HSV(B) 55.29º 0.56% 0.99% -
XYZ 74.52 84.78 27.76 -
YUV 229.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 252 241 112 0 0.04 0.56 0.01 55.29 0.96 0.71
Hex FC F1 70 0 4 38 1 37 60 47
Octal 374 361 160 0 4 70 1 67 140 107
Binary 11111100 11110001 1110000 0 100 111000 1 110111 1100000 1000111

Color Harmonies of #FCF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF170

Black with #FCF170

Text Example


Text Example

White with #FCF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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