Html Css Color HEX #F5F773 Dolly

📋 copy color: '#F5F773'

red 245 ◦ green 247 ◦ blue 115

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

Shades of Dolly #F5F773

Tints of Dolly #F5F773

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.69%

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

R = 40.36%
G = 40.69%
B = 18.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F5F773 (or 0xF5F773) is known color: Dolly. HEX triplet: F5, F7 and 73. RGB value is (245,247,115). Sum of RGB (Red+Green+Blue) = 245+247+115=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F773 is #0A088C. Grayscale: #E7E7E7. Windows color (decimal): -657549 or 7600117. OLE color: 7600117.

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

Color convert

RGB 245 247 115 -
CMYK 0.01 0 0.53 0.03
HSL 60.91º 0.89% 0.71% -
HSV(B) 60.91º 0.53% 0.97% -
XYZ 74.01 87.17 29.14 -
YUV 231.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 245 247 115 0.01 0 0.53 0.03 60.91 0.89 0.71
Hex F5 F7 73 1 0 35 3 3D 59 47
Octal 365 367 163 1 0 65 3 75 131 107
Binary 11110101 11110111 1110011 1 0 110101 11 111101 1011001 1000111

Color Harmonies of #F5F773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F773

Black with #F5F773

Text Example


Text Example

White with #F5F773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F773; }

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

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

background-color css

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

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

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

border-color css

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

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

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