Html Css Color HEX #F8F57A Dolly

📋 copy color: '#F8F57A'

red 248 ◦ green 245 ◦ blue 122

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

Shades of Dolly #F8F57A

Tints of Dolly #F8F57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.84%

R = 40.33%
G = 39.84%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F8F57A (or 0xF8F57A) is known color: Dolly. HEX triplet: F8, F5 and 7A. RGB value is (248,245,122). Sum of RGB (Red+Green+Blue) = 248+245+122=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 122 (48.05% from 255 or 19.84% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F57A is #070A85. Grayscale: #E8E8E8. Windows color (decimal): -461446 or 8058360. OLE color: 8058360.

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

Color convert

RGB 248 245 122 -
CMYK 0 0.01 0.51 0.03
HSL 58.57º 0.9% 0.73% -
HSV(B) 58.57º 0.51% 0.97% -
XYZ 74.88 86.67 31.19 -
YUV 231.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 248 245 122 0 0.01 0.51 0.03 58.57 0.9 0.73
Hex F8 F5 7A 0 1 33 3 3B 5A 49
Octal 370 365 172 0 1 63 3 73 132 111
Binary 11111000 11110101 1111010 0 1 110011 11 111011 1011010 1001001

Color Harmonies of #F8F57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F57A

Black with #F8F57A

Text Example


Text Example

White with #F8F57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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