Html Css Color HEX #FCF068 Witch Haze

📋 copy color: '#FCF068'

red 252 ◦ green 240 ◦ blue 104

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

Shades of Witch Haze #FCF068

Tints of Witch Haze #FCF068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.27%

 BLUE value IS 104 (41.02% from 255) = 17.45%

R = 42.28%
G = 40.27%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCF068 (or 0xFCF068) is known color: Witch Haze. HEX triplet: FC, F0 and 68. RGB value is (252,240,104). Sum of RGB (Red+Green+Blue) = 252+240+104=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF068 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF068 is #030F97. Grayscale: #E4E4E4. Windows color (decimal): -200600 or 6877436. OLE color: 6877436.

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

Color convert

RGB 252 240 104 -
CMYK 0 0.05 0.59 0.01
HSL 55.14º 0.96% 0.7% -
HSV(B) 55.14º 0.59% 0.99% -
XYZ 73.8 84.02 25.42 -
YUV 228.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 252 240 104 0 0.05 0.59 0.01 55.14 0.96 0.7
Hex FC F0 68 0 5 3B 1 37 60 46
Octal 374 360 150 0 5 73 1 67 140 106
Binary 11111100 11110000 1101000 0 101 111011 1 110111 1100000 1000110

Color Harmonies of #FCF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF068

Black with #FCF068

Text Example


Text Example

White with #FCF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF068; }

 p { color: rgb(252,240,104); }

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

background-color css

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

 a { background-color: rgb(252,240,104); }

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

border-color css

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

 span { border-color: rgb(252,240,104); }

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