Html Css Color HEX #FCF369 Witch Haze

📋 copy color: '#FCF369'

red 252 ◦ green 243 ◦ blue 105

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

Shades of Witch Haze #FCF369

Tints of Witch Haze #FCF369

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.5%

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

R = 42%
G = 40.5%
B = 17.5%

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

#FCF369 (or 0xFCF369) is known color: Witch Haze. HEX triplet: FC, F3 and 69. RGB value is (252,243,105). Sum of RGB (Red+Green+Blue) = 252+243+105=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 105 (41.41% from 255 or 17.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF369 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF369 is #030C96. Grayscale: #E6E6E6. Windows color (decimal): -199831 or 6943740. OLE color: 6943740.

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

Color convert

RGB 252 243 105 -
CMYK 0 0.04 0.58 0.01
HSL 56.33º 0.96% 0.7% -
HSV(B) 56.33º 0.58% 0.99% -
XYZ 74.75 85.82 25.99 -
YUV 229.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 252 243 105 0 0.04 0.58 0.01 56.33 0.96 0.7
Hex FC F3 69 0 4 3A 1 38 60 46
Octal 374 363 151 0 4 72 1 70 140 106
Binary 11111100 11110011 1101001 0 100 111010 1 111000 1100000 1000110

Color Harmonies of #FCF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF369

Black with #FCF369

Text Example


Text Example

White with #FCF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF369; }

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

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

background-color css

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

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

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

border-color css

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

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

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