Html Css Color HEX #FCF275 Witch Haze

📋 copy color: '#FCF275'

red 252 ◦ green 242 ◦ blue 117

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

Shades of Witch Haze #FCF275

Tints of Witch Haze #FCF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.61%

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

R = 41.24%
G = 39.61%
B = 19.15%

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

#FCF275 (or 0xFCF275) is known color: Witch Haze. HEX triplet: FC, F2 and 75. RGB value is (252,242,117). Sum of RGB (Red+Green+Blue) = 252+242+117=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 117 (46.09% from 255 or 19.15% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF275 is #030D8A. Grayscale: #E7E7E7. Windows color (decimal): -200075 or 7729916. OLE color: 7729916.

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

Color convert

RGB 252 242 117 -
CMYK 0 0.04 0.54 0.01
HSL 55.56º 0.96% 0.72% -
HSV(B) 55.56º 0.54% 0.99% -
XYZ 75.11 85.48 29.37 -
YUV 230.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 252 242 117 0 0.04 0.54 0.01 55.56 0.96 0.72
Hex FC F2 75 0 4 36 1 38 60 48
Octal 374 362 165 0 4 66 1 70 140 110
Binary 11111100 11110010 1110101 0 100 110110 1 111000 1100000 1001000

Color Harmonies of #FCF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF275

Black with #FCF275

Text Example


Text Example

White with #FCF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF275; }

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

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

background-color css

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

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

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

border-color css

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

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

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