Html Css Color HEX #FCF283 Witch Haze

📋 copy color: '#FCF283'

red 252 ◦ green 242 ◦ blue 131

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

Shades of Witch Haze #FCF283

Tints of Witch Haze #FCF283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.72%

 BLUE value IS 131 (51.56% from 255) = 20.96%

R = 40.32%
G = 38.72%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCF283 (or 0xFCF283) is known color: Witch Haze. HEX triplet: FC, F2 and 83. RGB value is (252,242,131). Sum of RGB (Red+Green+Blue) = 252+242+131=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 131 (51.56% from 255 or 20.96% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF283 is #030D7C. Grayscale: #E8E8E8. Windows color (decimal): -200061 or 8647420. OLE color: 8647420.

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

Color convert

RGB 252 242 131 -
CMYK 0 0.04 0.48 0.01
HSL 55.04º 0.95% 0.75% -
HSV(B) 55.04º 0.48% 0.99% -
XYZ 75.99 85.84 34.04 -
YUV 232.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 252 242 131 0 0.04 0.48 0.01 55.04 0.95 0.75
Hex FC F2 83 0 4 30 1 37 5F 4B
Octal 374 362 203 0 4 60 1 67 137 113
Binary 11111100 11110010 10000011 0 100 110000 1 110111 1011111 1001011

Color Harmonies of #FCF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF283

Black with #FCF283

Text Example


Text Example

White with #FCF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF283; }

 p { color: rgb(252,242,131); }

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

background-color css

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

 a { background-color: rgb(252,242,131); }

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

border-color css

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

 span { border-color: rgb(252,242,131); }

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