Html Css Color HEX #F8FA78 Dolly

📋 copy color: '#F8FA78'

red 248 ◦ green 250 ◦ blue 120

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

Shades of Dolly #F8FA78

Tints of Dolly #F8FA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.42%

R = 40.13%
G = 40.45%
B = 19.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F8FA78 (or 0xF8FA78) is known color: Dolly. HEX triplet: F8, FA and 78. RGB value is (248,250,120). Sum of RGB (Red+Green+Blue) = 248+250+120=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 120 (47.27% from 255 or 19.42% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA78 is #070587. Grayscale: #EBEBEB. Windows color (decimal): -460168 or 7928568. OLE color: 7928568.

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

Color convert

RGB 248 250 120 -
CMYK 0.01 0 0.52 0.02
HSL 60.92º 0.93% 0.73% -
HSV(B) 60.92º 0.52% 0.98% -
XYZ 76.29 89.68 31.06 -
YUV 234.58 63.34 137.57 -
System Red Green Blue C M Y K H S L
Decimal 248 250 120 0.01 0 0.52 0.02 60.92 0.93 0.73
Hex F8 FA 78 1 0 34 2 3D 5D 49
Octal 370 372 170 1 0 64 2 75 135 111
Binary 11111000 11111010 1111000 1 0 110100 10 111101 1011101 1001001

Color Harmonies of #F8FA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FA78

Black with #F8FA78

Text Example


Text Example

White with #F8FA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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