Html Css Color HEX #FCF880 Witch Haze

📋 copy color: '#FCF880'

red 252 ◦ green 248 ◦ blue 128

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

Shades of Witch Haze #FCF880

Tints of Witch Haze #FCF880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.49%

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

R = 40.13%
G = 39.49%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCF880 (or 0xFCF880) is known color: Witch Haze. HEX triplet: FC, F8 and 80. RGB value is (252,248,128). Sum of RGB (Red+Green+Blue) = 252+248+128=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 128 (50.39% from 255 or 20.38% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF880 is #03077F. Grayscale: #ECECEC. Windows color (decimal): -198528 or 8452348. OLE color: 8452348.

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

Color convert

RGB 252 248 128 -
CMYK 0 0.02 0.49 0.01
HSL 58.06º 0.95% 0.75% -
HSV(B) 58.06º 0.49% 0.99% -
XYZ 77.61 89.39 33.59 -
YUV 235.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 252 248 128 0 0.02 0.49 0.01 58.06 0.95 0.75
Hex FC F8 80 0 2 31 1 3A 5F 4B
Octal 374 370 200 0 2 61 1 72 137 113
Binary 11111100 11111000 10000000 0 10 110001 1 111010 1011111 1001011

Color Harmonies of #FCF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF880

Black with #FCF880

Text Example


Text Example

White with #FCF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF880; }

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

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

background-color css

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

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

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

border-color css

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

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

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