Html Css Color HEX #FCF17F Witch Haze

📋 copy color: '#FCF17F'

red 252 ◦ green 241 ◦ blue 127

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

Shades of Witch Haze #FCF17F

Tints of Witch Haze #FCF17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.48%

R = 40.65%
G = 38.87%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCF17F (or 0xFCF17F) is known color: Witch Haze. HEX triplet: FC, F1 and 7F. RGB value is (252,241,127). Sum of RGB (Red+Green+Blue) = 252+241+127=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 127 (50% from 255 or 20.48% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF17F is #030E80. Grayscale: #E7E7E7. Windows color (decimal): -200321 or 8385020. OLE color: 8385020.

HSL color Cylindrical-coordinate representation of color #FCF17F: hue angle of 54.72º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCF17F is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 127 -
CMYK 0 0.04 0.50 0.01
HSL 54.72º 0.95% 0.74% -
HSV(B) 54.72º 0.5% 0.99% -
XYZ 75.43 85.14 32.54 -
YUV 231.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 252 241 127 0 0.04 0.50 0.01 54.72 0.95 0.74
Hex FC F1 7F 0 4 32 1 37 5F 4A
Octal 374 361 177 0 4 62 1 67 137 112
Binary 11111100 11110001 1111111 0 100 110010 1 110111 1011111 1001010

Color Harmonies of #FCF17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF17F

Black with #FCF17F

Text Example


Text Example

White with #FCF17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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