Html Css Color HEX #F5FA73 Dolly

📋 copy color: '#F5FA73'

red 245 ◦ green 250 ◦ blue 115

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

Shades of Dolly #F5FA73

Tints of Dolly #F5FA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 18.85%

R = 40.16%
G = 40.98%
B = 18.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F5FA73 (or 0xF5FA73) is known color: Dolly. HEX triplet: F5, FA and 73. RGB value is (245,250,115). Sum of RGB (Red+Green+Blue) = 245+250+115=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 115 (45.31% from 255 or 18.85% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA73 is #0A058C. Grayscale: #E9E9E9. Windows color (decimal): -656781 or 7600885. OLE color: 7600885.

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

Color convert

RGB 245 250 115 -
CMYK 0.02 0 0.54 0.02
HSL 62.22º 0.93% 0.72% -
HSV(B) 62.22º 0.54% 0.98% -
XYZ 74.94 89.02 29.45 -
YUV 233.12 61.34 136.48 -
System Red Green Blue C M Y K H S L
Decimal 245 250 115 0.02 0 0.54 0.02 62.22 0.93 0.72
Hex F5 FA 73 2 0 36 2 3E 5D 48
Octal 365 372 163 2 0 66 2 76 135 110
Binary 11110101 11111010 1110011 10 0 110110 10 111110 1011101 1001000

Color Harmonies of #F5FA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA73

Black with #F5FA73

Text Example


Text Example

White with #F5FA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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