Html Css Color HEX #FCF175 Witch Haze

📋 copy color: '#FCF175'

red 252 ◦ green 241 ◦ blue 117

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

Shades of Witch Haze #FCF175

Tints of Witch Haze #FCF175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.18%

R = 41.31%
G = 39.51%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCF175 (or 0xFCF175) is known color: Witch Haze. HEX triplet: FC, F1 and 75. RGB value is (252,241,117). Sum of RGB (Red+Green+Blue) = 252+241+117=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 117 (46.09% from 255 or 19.18% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF175 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF175 is #030E8A. Grayscale: #E6E6E6. Windows color (decimal): -200331 or 7729660. OLE color: 7729660.

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

Color convert

RGB 252 241 117 -
CMYK 0 0.04 0.54 0.01
HSL 55.11º 0.96% 0.72% -
HSV(B) 55.11º 0.54% 0.99% -
XYZ 74.81 84.89 29.27 -
YUV 230.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 252 241 117 0 0.04 0.54 0.01 55.11 0.96 0.72
Hex FC F1 75 0 4 36 1 37 60 48
Octal 374 361 165 0 4 66 1 67 140 110
Binary 11111100 11110001 1110101 0 100 110110 1 110111 1100000 1001000

Color Harmonies of #FCF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF175

Black with #FCF175

Text Example


Text Example

White with #FCF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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