Html Css Color HEX #F8F16E Dolly

📋 copy color: '#F8F16E'

red 248 ◦ green 241 ◦ blue 110

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

Shades of Dolly #F8F16E

Tints of Dolly #F8F16E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.23%

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

R = 41.4%
G = 40.23%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8F16E (or 0xF8F16E) is known color: Dolly. HEX triplet: F8, F1 and 6E. RGB value is (248,241,110). Sum of RGB (Red+Green+Blue) = 248+241+110=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 110 (43.36% from 255 or 18.36% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F16E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F16E is #070E91. Grayscale: #E4E4E4. Windows color (decimal): -462482 or 7270904. OLE color: 7270904.

HSL color Cylindrical-coordinate representation of color #F8F16E: hue angle of 56.96º 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 #F8F16E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 241 110 -
CMYK 0 0.03 0.56 0.03
HSL 56.96º 0.91% 0.7% -
HSV(B) 56.96º 0.56% 0.97% -
XYZ 72.98 83.99 27.12 -
YUV 228.16 61.32 142.15 -
System Red Green Blue C M Y K H S L
Decimal 248 241 110 0 0.03 0.56 0.03 56.96 0.91 0.7
Hex F8 F1 6E 0 3 38 3 39 5B 46
Octal 370 361 156 0 3 70 3 71 133 106
Binary 11111000 11110001 1101110 0 11 111000 11 111001 1011011 1000110

Color Harmonies of #F8F16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F16E

Black with #F8F16E

Text Example


Text Example

White with #F8F16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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