Html Css Color HEX #FCF269 Witch Haze

📋 copy color: '#FCF269'

red 252 ◦ green 242 ◦ blue 105

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

Shades of Witch Haze #FCF269

Tints of Witch Haze #FCF269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 17.53%

R = 42.07%
G = 40.4%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCF269 (or 0xFCF269) is known color: Witch Haze. HEX triplet: FC, F2 and 69. RGB value is (252,242,105). Sum of RGB (Red+Green+Blue) = 252+242+105=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 105 (41.41% from 255 or 17.53% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF269 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF269 is #030D96. Grayscale: #E5E5E5. Windows color (decimal): -200087 or 6943484. OLE color: 6943484.

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

Color convert

RGB 252 242 105 -
CMYK 0 0.04 0.58 0.01
HSL 55.92º 0.96% 0.7% -
HSV(B) 55.92º 0.58% 0.99% -
XYZ 74.45 85.22 25.89 -
YUV 229.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 252 242 105 0 0.04 0.58 0.01 55.92 0.96 0.7
Hex FC F2 69 0 4 3A 1 38 60 46
Octal 374 362 151 0 4 72 1 70 140 106
Binary 11111100 11110010 1101001 0 100 111010 1 111000 1100000 1000110

Color Harmonies of #FCF269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF269

Black with #FCF269

Text Example


Text Example

White with #FCF269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF269; }

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

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

background-color css

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

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

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

border-color css

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

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

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