Html Css Color HEX #FCF273 Witch Haze

📋 copy color: '#FCF273'

red 252 ◦ green 242 ◦ blue 115

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

Shades of Witch Haze #FCF273

Tints of Witch Haze #FCF273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 18.88%

R = 41.38%
G = 39.74%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCF273 (or 0xFCF273) is known color: Witch Haze. HEX triplet: FC, F2 and 73. RGB value is (252,242,115). Sum of RGB (Red+Green+Blue) = 252+242+115=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 115 (45.31% from 255 or 18.88% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF273 is #030D8C. Grayscale: #E7E7E7. Windows color (decimal): -200077 or 7598844. OLE color: 7598844.

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

Color convert

RGB 252 242 115 -
CMYK 0 0.04 0.54 0.01
HSL 55.62º 0.96% 0.72% -
HSV(B) 55.62º 0.54% 0.99% -
XYZ 74.99 85.44 28.76 -
YUV 230.51 62.81 143.33 -
System Red Green Blue C M Y K H S L
Decimal 252 242 115 0 0.04 0.54 0.01 55.62 0.96 0.72
Hex FC F2 73 0 4 36 1 38 60 48
Octal 374 362 163 0 4 66 1 70 140 110
Binary 11111100 11110010 1110011 0 100 110110 1 111000 1100000 1001000

Color Harmonies of #FCF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF273

Black with #FCF273

Text Example


Text Example

White with #FCF273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF273; }

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

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

background-color css

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

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

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

border-color css

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

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

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