Html Css Color HEX #FCF080 Witch Haze

📋 copy color: '#FCF080'

red 252 ◦ green 240 ◦ blue 128

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

Shades of Witch Haze #FCF080

Tints of Witch Haze #FCF080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.65%

R = 40.65%
G = 38.71%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCF080 (or 0xFCF080) is known color: Witch Haze. HEX triplet: FC, F0 and 80. RGB value is (252,240,128). Sum of RGB (Red+Green+Blue) = 252+240+128=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 128 (50.39% from 255 or 20.65% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF080 is #030F7F. Grayscale: #E7E7E7. Windows color (decimal): -200576 or 8450300. OLE color: 8450300.

HSL color Cylindrical-coordinate representation of color #FCF080: hue angle of 54.19º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCF080 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 128 -
CMYK 0 0.05 0.49 0.01
HSL 54.19º 0.95% 0.75% -
HSV(B) 54.19º 0.49% 0.99% -
XYZ 75.2 84.57 32.78 -
YUV 230.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 252 240 128 0 0.05 0.49 0.01 54.19 0.95 0.75
Hex FC F0 80 0 5 31 1 36 5F 4B
Octal 374 360 200 0 5 61 1 66 137 113
Binary 11111100 11110000 10000000 0 101 110001 1 110110 1011111 1001011

Color Harmonies of #FCF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF080

Black with #FCF080

Text Example


Text Example

White with #FCF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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