Html Css Color HEX #FCF274 Witch Haze

📋 copy color: '#FCF274'

red 252 ◦ green 242 ◦ blue 116

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

Shades of Witch Haze #FCF274

Tints of Witch Haze #FCF274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.02%

R = 41.31%
G = 39.67%
B = 19.02%

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

#FCF274 (or 0xFCF274) is known color: Witch Haze. HEX triplet: FC, F2 and 74. RGB value is (252,242,116). Sum of RGB (Red+Green+Blue) = 252+242+116=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 116 (45.70% from 255 or 19.02% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF274 is #030D8B. Grayscale: #E7E7E7. Windows color (decimal): -200076 or 7664380. OLE color: 7664380.

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

Color convert

RGB 252 242 116 -
CMYK 0 0.04 0.54 0.01
HSL 55.59º 0.96% 0.72% -
HSV(B) 55.59º 0.54% 0.99% -
XYZ 75.05 85.46 29.06 -
YUV 230.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 252 242 116 0 0.04 0.54 0.01 55.59 0.96 0.72
Hex FC F2 74 0 4 36 1 38 60 48
Octal 374 362 164 0 4 66 1 70 140 110
Binary 11111100 11110010 1110100 0 100 110110 1 111000 1100000 1001000

Color Harmonies of #FCF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF274

Black with #FCF274

Text Example


Text Example

White with #FCF274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF274; }

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

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

background-color css

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

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

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

border-color css

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

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

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