Html Css Color HEX #FCF574 Witch Haze

📋 copy color: '#FCF574'

red 252 ◦ green 245 ◦ blue 116

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

Shades of Witch Haze #FCF574

Tints of Witch Haze #FCF574

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.97%

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

R = 41.11%
G = 39.97%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCF574 (or 0xFCF574) is known color: Witch Haze. HEX triplet: FC, F5 and 74. RGB value is (252,245,116). Sum of RGB (Red+Green+Blue) = 252+245+116=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 116 (45.70% from 255 or 18.92% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF574 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF574 is #030A8B. Grayscale: #E8E8E8. Windows color (decimal): -199308 or 7665148. OLE color: 7665148.

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

Color convert

RGB 252 245 116 -
CMYK 0 0.03 0.54 0.01
HSL 56.91º 0.96% 0.72% -
HSV(B) 56.91º 0.54% 0.99% -
XYZ 75.95 87.26 29.36 -
YUV 232.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 252 245 116 0 0.03 0.54 0.01 56.91 0.96 0.72
Hex FC F5 74 0 3 36 1 39 60 48
Octal 374 365 164 0 3 66 1 71 140 110
Binary 11111100 11110101 1110100 0 11 110110 1 111001 1100000 1001000

Color Harmonies of #FCF574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF574

Black with #FCF574

Text Example


Text Example

White with #FCF574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF574; }

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

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

background-color css

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

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

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

border-color css

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

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

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