Html Css Color HEX #FCF882 Witch Haze

📋 copy color: '#FCF882'

red 252 ◦ green 248 ◦ blue 130

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

Shades of Witch Haze #FCF882

Tints of Witch Haze #FCF882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 20.63%

R = 40%
G = 39.37%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCF882 (or 0xFCF882) is known color: Witch Haze. HEX triplet: FC, F8 and 82. RGB value is (252,248,130). Sum of RGB (Red+Green+Blue) = 252+248+130=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 130 (51.17% from 255 or 20.63% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF882 is #03077D. Grayscale: #ECECEC. Windows color (decimal): -198526 or 8583420. OLE color: 8583420.

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

Color convert

RGB 252 248 130 -
CMYK 0 0.02 0.48 0.01
HSL 58.03º 0.95% 0.75% -
HSV(B) 58.03º 0.48% 0.99% -
XYZ 77.74 89.44 34.29 -
YUV 235.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 252 248 130 0 0.02 0.48 0.01 58.03 0.95 0.75
Hex FC F8 82 0 2 30 1 3A 5F 4B
Octal 374 370 202 0 2 60 1 72 137 113
Binary 11111100 11111000 10000010 0 10 110000 1 111010 1011111 1001011

Color Harmonies of #FCF882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF882

Black with #FCF882

Text Example


Text Example

White with #FCF882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF882; }

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

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

background-color css

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

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

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

border-color css

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

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

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