Html Css Color HEX #F5F873 Dolly

📋 copy color: '#F5F873'

red 245 ◦ green 248 ◦ blue 115

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

Shades of Dolly #F5F873

Tints of Dolly #F5F873

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.79%

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

R = 40.3%
G = 40.79%
B = 18.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F5F873 (or 0xF5F873) is known color: Dolly. HEX triplet: F5, F8 and 73. RGB value is (245,248,115). Sum of RGB (Red+Green+Blue) = 245+248+115=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 115 (45.31% from 255 or 18.91% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F873 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F873 is #0A078C. Grayscale: #E8E8E8. Windows color (decimal): -657293 or 7600373. OLE color: 7600373.

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

Color convert

RGB 245 248 115 -
CMYK 0.01 0 0.54 0.03
HSL 61.35º 0.9% 0.71% -
HSV(B) 61.35º 0.54% 0.97% -
XYZ 74.32 87.79 29.25 -
YUV 231.94 62.01 137.31 -
System Red Green Blue C M Y K H S L
Decimal 245 248 115 0.01 0 0.54 0.03 61.35 0.9 0.71
Hex F5 F8 73 1 0 36 3 3D 5A 47
Octal 365 370 163 1 0 66 3 75 132 107
Binary 11110101 11111000 1110011 1 0 110110 11 111101 1011010 1000111

Color Harmonies of #F5F873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F873

Black with #F5F873

Text Example


Text Example

White with #F5F873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F873; }

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

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

background-color css

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

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

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

border-color css

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

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

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