Html Css Color HEX #F8F56E Dolly

📋 copy color: '#F8F56E'

red 248 ◦ green 245 ◦ blue 110

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

Shades of Dolly #F8F56E

Tints of Dolly #F8F56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.24%

R = 41.13%
G = 40.63%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8F56E (or 0xF8F56E) is known color: Dolly. HEX triplet: F8, F5 and 6E. RGB value is (248,245,110). Sum of RGB (Red+Green+Blue) = 248+245+110=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 110 (43.36% from 255 or 18.24% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F56E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F56E is #070A91. Grayscale: #E7E7E7. Windows color (decimal): -461458 or 7271928. OLE color: 7271928.

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

Color convert

RGB 248 245 110 -
CMYK 0 0.01 0.56 0.03
HSL 58.7º 0.91% 0.7% -
HSV(B) 58.7º 0.56% 0.97% -
XYZ 74.18 86.39 27.52 -
YUV 230.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 248 245 110 0 0.01 0.56 0.03 58.7 0.91 0.7
Hex F8 F5 6E 0 1 38 3 3B 5B 46
Octal 370 365 156 0 1 70 3 73 133 106
Binary 11111000 11110101 1101110 0 1 111000 11 111011 1011011 1000110

Color Harmonies of #F8F56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F56E

Black with #F8F56E

Text Example


Text Example

White with #F8F56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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