Html Css Color HEX #F8FA76 Dolly

📋 copy color: '#F8FA76'

red 248 ◦ green 250 ◦ blue 118

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

Shades of Dolly #F8FA76

Tints of Dolly #F8FA76

RGB

 RED value IS 248 (97.27% from 255) = 40.26%

 GREEN value IS 250 (98.05% from 255) = 40.58%

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

R = 40.26%
G = 40.58%
B = 19.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F8FA76 (or 0xF8FA76) is known color: Dolly. HEX triplet: F8, FA and 76. RGB value is (248,250,118). Sum of RGB (Red+Green+Blue) = 248+250+118=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 118 (46.48% from 255 or 19.16% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA76 is #070589. Grayscale: #EAEAEA. Windows color (decimal): -460170 or 7797496. OLE color: 7797496.

HSL color Cylindrical-coordinate representation of color #F8FA76: hue angle of 60.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8FA76 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 118 -
CMYK 0.01 0 0.53 0.02
HSL 60.91º 0.93% 0.72% -
HSV(B) 60.91º 0.53% 0.98% -
XYZ 76.17 89.64 30.43 -
YUV 234.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 248 250 118 0.01 0 0.53 0.02 60.91 0.93 0.72
Hex F8 FA 76 1 0 35 2 3D 5D 48
Octal 370 372 166 1 0 65 2 75 135 110
Binary 11111000 11111010 1110110 1 0 110101 10 111101 1011101 1001000

Color Harmonies of #F8FA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FA76

Black with #F8FA76

Text Example


Text Example

White with #F8FA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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