Html Css Color HEX #F5FA7C Dolly

📋 copy color: '#F5FA7C'

red 245 ◦ green 250 ◦ blue 124

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

Shades of Dolly #F5FA7C

Tints of Dolly #F5FA7C

RGB

 RED value IS 245 (96.09% from 255) = 39.58%

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

 BLUE value IS 124 (48.83% from 255) = 20.03%

R = 39.58%
G = 40.39%
B = 20.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F5FA7C (or 0xF5FA7C) is known color: Dolly. HEX triplet: F5, FA and 7C. RGB value is (245,250,124). Sum of RGB (Red+Green+Blue) = 245+250+124=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 124 (48.83% from 255 or 20.03% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA7C is #0A0583. Grayscale: #EAEAEA. Windows color (decimal): -656772 or 8190709. OLE color: 8190709.

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

Color convert

RGB 245 250 124 -
CMYK 0.02 0 0.50 0.02
HSL 62.38º 0.93% 0.73% -
HSV(B) 62.38º 0.5% 0.98% -
XYZ 75.48 89.24 32.32 -
YUV 234.14 65.84 135.75 -
System Red Green Blue C M Y K H S L
Decimal 245 250 124 0.02 0 0.50 0.02 62.38 0.93 0.73
Hex F5 FA 7C 2 0 32 2 3E 5D 49
Octal 365 372 174 2 0 62 2 76 135 111
Binary 11110101 11111010 1111100 10 0 110010 10 111110 1011101 1001001

Color Harmonies of #F5FA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA7C

Black with #F5FA7C

Text Example


Text Example

White with #F5FA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA7C; }

 p { color: rgb(245,250,124); }

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

background-color css

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

 a { background-color: rgb(245,250,124); }

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

border-color css

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

 span { border-color: rgb(245,250,124); }

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