Html Css Color HEX #FCFB74 Dolly

📋 copy color: '#FCFB74'

red 252 ◦ green 251 ◦ blue 116

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

Shades of Dolly #FCFB74

Tints of Dolly #FCFB74

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.55%

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

R = 40.71%
G = 40.55%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCFB74 (or 0xFCFB74) is known color: Dolly. HEX triplet: FC, FB and 74. RGB value is (252,251,116). Sum of RGB (Red+Green+Blue) = 252+251+116=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 116 (45.70% from 255 or 18.74% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB74 is #03048B. Grayscale: #ECECEC. Windows color (decimal): -197772 or 7666684. OLE color: 7666684.

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

Color convert

RGB 252 251 116 -
CMYK 0 0.00 0.54 0.01
HSL 59.56º 0.96% 0.72% -
HSV(B) 59.56º 0.54% 0.99% -
XYZ 77.79 90.95 29.98 -
YUV 235.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 252 251 116 0 0.00 0.54 0.01 59.56 0.96 0.72
Hex FC FB 74 0 0 36 1 3C 60 48
Octal 374 373 164 0 0 66 1 74 140 110
Binary 11111100 11111011 1110100 0 0 110110 1 111100 1100000 1001000

Color Harmonies of #FCFB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB74

Black with #FCFB74

Text Example


Text Example

White with #FCFB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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