Html Css Color HEX #F8F574 Dolly

📋 copy color: '#F8F574'

red 248 ◦ green 245 ◦ blue 116

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

Shades of Dolly #F8F574

Tints of Dolly #F8F574

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.23%

 BLUE value IS 116 (45.7% from 255) = 19.05%

R = 40.72%
G = 40.23%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8F574 (or 0xF8F574) is known color: Dolly. HEX triplet: F8, F5 and 74. RGB value is (248,245,116). Sum of RGB (Red+Green+Blue) = 248+245+116=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 116 (45.70% from 255 or 19.05% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F574 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F574 is #070A8B. Grayscale: #E7E7E7. Windows color (decimal): -461452 or 7665144. OLE color: 7665144.

HSL color Cylindrical-coordinate representation of color #F8F574: hue angle of 58.64º degrees, saturation: 0.9, 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 #F8F574 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 245 116 -
CMYK 0 0.01 0.53 0.03
HSL 58.64º 0.9% 0.71% -
HSV(B) 58.64º 0.53% 0.97% -
XYZ 74.52 86.52 29.3 -
YUV 231.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 248 245 116 0 0.01 0.53 0.03 58.64 0.9 0.71
Hex F8 F5 74 0 1 35 3 3B 5A 47
Octal 370 365 164 0 1 65 3 73 132 107
Binary 11111000 11110101 1110100 0 1 110101 11 111011 1011010 1000111

Color Harmonies of #F8F574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F574

Black with #F8F574

Text Example


Text Example

White with #F8F574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F574; }

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

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

background-color css

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

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

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

border-color css

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

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

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