Html Css Color HEX #FCFC74 Dolly

📋 copy color: '#FCFC74'

red 252 ◦ green 252 ◦ blue 116

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

Shades of Dolly #FCFC74

Tints of Dolly #FCFC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.71%

R = 40.65%
G = 40.65%
B = 18.71%

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

#FCFC74 (or 0xFCFC74) is known color: Dolly. HEX triplet: FC, FC and 74. RGB value is (252,252,116). Sum of RGB (Red+Green+Blue) = 252+252+116=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 116 (45.70% from 255 or 18.71% from 620); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC74 is #03038B. Grayscale: #EDEDED. Windows color (decimal): -197516 or 7666940. OLE color: 7666940.

HSL color Cylindrical-coordinate representation of color #FCFC74: 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 #FCFC74 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 116 -
CMYK 0 0 0.54 0.01
HSL 60º 0.96% 0.72% -
HSV(B) 60º 0.54% 0.99% -
XYZ 78.11 91.58 30.08 -
YUV 236.5 60 139.06 -
System Red Green Blue C M Y K H S L
Decimal 252 252 116 0 0 0.54 0.01 60 0.96 0.72
Hex FC FC 74 0 0 36 1 3C 60 48
Octal 374 374 164 0 0 66 1 74 140 110
Binary 11111100 11111100 1110100 0 0 110110 1 111100 1100000 1001000

Color Harmonies of #FCFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC74

Black with #FCFC74

Text Example


Text Example

White with #FCFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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