Html Css Color HEX #FCF271 Witch Haze

📋 copy color: '#FCF271'

red 252 ◦ green 242 ◦ blue 113

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

Shades of Witch Haze #FCF271

Tints of Witch Haze #FCF271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.62%

R = 41.52%
G = 39.87%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCF271 (or 0xFCF271) is known color: Witch Haze. HEX triplet: FC, F2 and 71. RGB value is (252,242,113). Sum of RGB (Red+Green+Blue) = 252+242+113=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 113 (44.53% from 255 or 18.62% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF271 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF271 is #030D8E. Grayscale: #E6E6E6. Windows color (decimal): -200079 or 7467772. OLE color: 7467772.

HSL color Cylindrical-coordinate representation of color #FCF271: hue angle of 55.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCF271 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 242 113 -
CMYK 0 0.04 0.55 0.01
HSL 55.68º 0.96% 0.72% -
HSV(B) 55.68º 0.55% 0.99% -
XYZ 74.88 85.39 28.16 -
YUV 230.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 252 242 113 0 0.04 0.55 0.01 55.68 0.96 0.72
Hex FC F2 71 0 4 37 1 38 60 48
Octal 374 362 161 0 4 67 1 70 140 110
Binary 11111100 11110010 1110001 0 100 110111 1 111000 1100000 1001000

Color Harmonies of #FCF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF271

Black with #FCF271

Text Example


Text Example

White with #FCF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF271; }

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

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

background-color css

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

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

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

border-color css

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

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

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