Html Css Color HEX #FCFC75 Dolly

📋 copy color: '#FCFC75'

red 252 ◦ green 252 ◦ blue 117

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

Shades of Dolly #FCFC75

Tints of Dolly #FCFC75

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.58%

 BLUE value IS 117 (46.09% from 255) = 18.84%

R = 40.58%
G = 40.58%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCFC75 (or 0xFCFC75) is known color: Dolly. HEX triplet: FC, FC and 75. RGB value is (252,252,117). Sum of RGB (Red+Green+Blue) = 252+252+117=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 117 (46.09% from 255 or 18.84% from 621); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC75 is #03038A. Grayscale: #EDEDED. Windows color (decimal): -197515 or 7732476. OLE color: 7732476.

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

Color convert

RGB 252 252 117 -
CMYK 0 0 0.54 0.01
HSL 60º 0.96% 0.72% -
HSV(B) 60º 0.54% 0.99% -
XYZ 78.17 91.6 30.39 -
YUV 236.61 60.5 138.98 -
System Red Green Blue C M Y K H S L
Decimal 252 252 117 0 0 0.54 0.01 60 0.96 0.72
Hex FC FC 75 0 0 36 1 3C 60 48
Octal 374 374 165 0 0 66 1 74 140 110
Binary 11111100 11111100 1110101 0 0 110110 1 111100 1100000 1001000

Color Harmonies of #FCFC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC75

Black with #FCFC75

Text Example


Text Example

White with #FCFC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC75; }

 p { color: rgb(252,252,117); }

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

background-color css

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

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

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

border-color css

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

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

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