Html Css Color HEX #F8FA7D Dolly

📋 copy color: '#F8FA7D'

red 248 ◦ green 250 ◦ blue 125

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

Shades of Dolly #F8FA7D

Tints of Dolly #F8FA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.06%

R = 39.81%
G = 40.13%
B = 20.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F8FA7D (or 0xF8FA7D) is known color: Dolly. HEX triplet: F8, FA and 7D. RGB value is (248,250,125). Sum of RGB (Red+Green+Blue) = 248+250+125=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 125 (49.22% from 255 or 20.06% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FA7D is #070582. Grayscale: #EBEBEB. Windows color (decimal): -460163 or 8256248. OLE color: 8256248.

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

Color convert

RGB 248 250 125 -
CMYK 0.01 0 0.50 0.02
HSL 60.96º 0.93% 0.74% -
HSV(B) 60.96º 0.5% 0.98% -
XYZ 76.6 89.81 32.7 -
YUV 235.15 65.84 137.16 -
System Red Green Blue C M Y K H S L
Decimal 248 250 125 0.01 0 0.50 0.02 60.96 0.93 0.74
Hex F8 FA 7D 1 0 32 2 3D 5D 4A
Octal 370 372 175 1 0 62 2 75 135 112
Binary 11111000 11111010 1111101 1 0 110010 10 111101 1011101 1001010

Color Harmonies of #F8FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FA7D

Black with #F8FA7D

Text Example


Text Example

White with #F8FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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