Html Css Color HEX #FCF172 Witch Haze

📋 copy color: '#FCF172'

red 252 ◦ green 241 ◦ blue 114

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

Shades of Witch Haze #FCF172

Tints of Witch Haze #FCF172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 18.78%

R = 41.52%
G = 39.7%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCF172 (or 0xFCF172) is known color: Witch Haze. HEX triplet: FC, F1 and 72. RGB value is (252,241,114). Sum of RGB (Red+Green+Blue) = 252+241+114=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 114 (44.92% from 255 or 18.78% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF172 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF172 is #030E8D. Grayscale: #E6E6E6. Windows color (decimal): -200334 or 7533052. OLE color: 7533052.

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

Color convert

RGB 252 241 114 -
CMYK 0 0.04 0.55 0.01
HSL 55.22º 0.96% 0.72% -
HSV(B) 55.22º 0.55% 0.99% -
XYZ 74.64 84.82 28.36 -
YUV 229.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 252 241 114 0 0.04 0.55 0.01 55.22 0.96 0.72
Hex FC F1 72 0 4 37 1 37 60 48
Octal 374 361 162 0 4 67 1 67 140 110
Binary 11111100 11110001 1110010 0 100 110111 1 110111 1100000 1001000

Color Harmonies of #FCF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF172

Black with #FCF172

Text Example


Text Example

White with #FCF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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