Html Css Color HEX #FCF17D Witch Haze

📋 copy color: '#FCF17D'

red 252 ◦ green 241 ◦ blue 125

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

Shades of Witch Haze #FCF17D

Tints of Witch Haze #FCF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.23%

R = 40.78%
G = 39%
B = 20.23%

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

#FCF17D (or 0xFCF17D) is known color: Witch Haze. HEX triplet: FC, F1 and 7D. RGB value is (252,241,125). Sum of RGB (Red+Green+Blue) = 252+241+125=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 125 (49.22% from 255 or 20.23% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF17D is #030E82. Grayscale: #E7E7E7. Windows color (decimal): -200323 or 8253948. OLE color: 8253948.

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

Color convert

RGB 252 241 125 -
CMYK 0 0.04 0.50 0.01
HSL 54.8º 0.95% 0.74% -
HSV(B) 54.8º 0.5% 0.99% -
XYZ 75.3 85.09 31.86 -
YUV 231.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 252 241 125 0 0.04 0.50 0.01 54.8 0.95 0.74
Hex FC F1 7D 0 4 32 1 37 5F 4A
Octal 374 361 175 0 4 62 1 67 137 112
Binary 11111100 11110001 1111101 0 100 110010 1 110111 1011111 1001010

Color Harmonies of #FCF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF17D

Black with #FCF17D

Text Example


Text Example

White with #FCF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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