Html Css Color HEX #FCF569 Dolly

📋 copy color: '#FCF569'

red 252 ◦ green 245 ◦ blue 105

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

Shades of Dolly #FCF569

Tints of Dolly #FCF569

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.7%

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

R = 41.86%
G = 40.7%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCF569 (or 0xFCF569) is known color: Dolly. HEX triplet: FC, F5 and 69. RGB value is (252,245,105). Sum of RGB (Red+Green+Blue) = 252+245+105=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 105 (41.41% from 255 or 17.44% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF569 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF569 is #030A96. Grayscale: #E7E7E7. Windows color (decimal): -199319 or 6944252. OLE color: 6944252.

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

Color convert

RGB 252 245 105 -
CMYK 0 0.03 0.58 0.01
HSL 57.14º 0.96% 0.7% -
HSV(B) 57.14º 0.58% 0.99% -
XYZ 75.35 87.02 26.19 -
YUV 231.13 56.82 142.88 -
System Red Green Blue C M Y K H S L
Decimal 252 245 105 0 0.03 0.58 0.01 57.14 0.96 0.7
Hex FC F5 69 0 3 3A 1 39 60 46
Octal 374 365 151 0 3 72 1 71 140 106
Binary 11111100 11110101 1101001 0 11 111010 1 111001 1100000 1000110

Color Harmonies of #FCF569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF569

Black with #FCF569

Text Example


Text Example

White with #FCF569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF569; }

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

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

background-color css

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

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

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

border-color css

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

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

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