Html Css Color HEX #FAFD76 Dolly

📋 copy color: '#FAFD76'

red 250 ◦ green 253 ◦ blue 118

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

Shades of Dolly #FAFD76

Tints of Dolly #FAFD76

RGB

 RED value IS 250 (98.05% from 255) = 40.26%

 GREEN value IS 253 (99.22% from 255) = 40.74%

 BLUE value IS 118 (46.48% from 255) = 19%

R = 40.26%
G = 40.74%
B = 19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FAFD76 (or 0xFAFD76) is known color: Dolly. HEX triplet: FA, FD and 76. RGB value is (250,253,118). Sum of RGB (Red+Green+Blue) = 250+253+118=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 118 (46.48% from 255 or 19.00% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD76 is #050289. Grayscale: #EDEDED. Windows color (decimal): -328330 or 7798266. OLE color: 7798266.

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

Color convert

RGB 250 253 118 -
CMYK 0.01 0 0.53 0.01
HSL 61.33º 0.97% 0.73% -
HSV(B) 61.33º 0.53% 0.99% -
XYZ 77.82 91.88 30.77 -
YUV 236.71 61.01 137.48 -
System Red Green Blue C M Y K H S L
Decimal 250 253 118 0.01 0 0.53 0.01 61.33 0.97 0.73
Hex FA FD 76 1 0 35 1 3D 61 49
Octal 372 375 166 1 0 65 1 75 141 111
Binary 11111010 11111101 1110110 1 0 110101 1 111101 1100001 1001001

Color Harmonies of #FAFD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD76

Black with #FAFD76

Text Example


Text Example

White with #FAFD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD76; }

 p { color: rgb(250,253,118); }

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

background-color css

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

 a { background-color: rgb(250,253,118); }

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

border-color css

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

 span { border-color: rgb(250,253,118); }

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