Html Css Color HEX #FCF074 Witch Haze

📋 copy color: '#FCF074'

red 252 ◦ green 240 ◦ blue 116

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

Shades of Witch Haze #FCF074

Tints of Witch Haze #FCF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.47%

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

R = 41.45%
G = 39.47%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCF074 (or 0xFCF074) is known color: Witch Haze. HEX triplet: FC, F0 and 74. RGB value is (252,240,116). Sum of RGB (Red+Green+Blue) = 252+240+116=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 116 (45.70% from 255 or 19.08% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF074 is #030F8B. Grayscale: #E5E5E5. Windows color (decimal): -200588 or 7663868. OLE color: 7663868.

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

Color convert

RGB 252 240 116 -
CMYK 0 0.05 0.54 0.01
HSL 54.71º 0.96% 0.72% -
HSV(B) 54.71º 0.54% 0.99% -
XYZ 74.46 84.28 28.87 -
YUV 229.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 252 240 116 0 0.05 0.54 0.01 54.71 0.96 0.72
Hex FC F0 74 0 5 36 1 37 60 48
Octal 374 360 164 0 5 66 1 67 140 110
Binary 11111100 11110000 1110100 0 101 110110 1 110111 1100000 1001000

Color Harmonies of #FCF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF074

Black with #FCF074

Text Example


Text Example

White with #FCF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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