Html Css Color HEX #FCF468 Dolly

📋 copy color: '#FCF468'

red 252 ◦ green 244 ◦ blue 104

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

Shades of Dolly #FCF468

Tints of Dolly #FCF468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.67%

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

R = 42%
G = 40.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCF468 (or 0xFCF468) is known color: Dolly. HEX triplet: FC, F4 and 68. RGB value is (252,244,104). Sum of RGB (Red+Green+Blue) = 252+244+104=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 104 (41.02% from 255 or 17.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF468 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF468 is #030B97. Grayscale: #E6E6E6. Windows color (decimal): -199576 or 6878460. OLE color: 6878460.

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

Color convert

RGB 252 244 104 -
CMYK 0 0.03 0.59 0.01
HSL 56.76º 0.96% 0.7% -
HSV(B) 56.76º 0.59% 0.99% -
XYZ 74.99 86.4 25.82 -
YUV 230.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 252 244 104 0 0.03 0.59 0.01 56.76 0.96 0.7
Hex FC F4 68 0 3 3B 1 39 60 46
Octal 374 364 150 0 3 73 1 71 140 106
Binary 11111100 11110100 1101000 0 11 111011 1 111001 1100000 1000110

Color Harmonies of #FCF468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF468

Black with #FCF468

Text Example


Text Example

White with #FCF468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF468; }

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

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

background-color css

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

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

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

border-color css

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

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

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