Html Css Color HEX #F8F86B Dolly

📋 copy color: '#F8F86B'

red 248 ◦ green 248 ◦ blue 107

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

Shades of Dolly #F8F86B

Tints of Dolly #F8F86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 17.74%

R = 41.13%
G = 41.13%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8F86B (or 0xF8F86B) is known color: Dolly. HEX triplet: F8, F8 and 6B. RGB value is (248,248,107). Sum of RGB (Red+Green+Blue) = 248+248+107=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 107 (42.19% from 255 or 17.74% from 603); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F86B is #070794. Grayscale: #E8E8E8. Windows color (decimal): -460693 or 7076088. OLE color: 7076088.

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

Color convert

RGB 248 248 107 -
CMYK 0 0 0.57 0.03
HSL 60º 0.91% 0.7% -
HSV(B) 60º 0.57% 0.97% -
XYZ 74.93 88.15 26.98 -
YUV 231.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 248 248 107 0 0 0.57 0.03 60 0.91 0.7
Hex F8 F8 6B 0 0 39 3 3C 5B 46
Octal 370 370 153 0 0 71 3 74 133 106
Binary 11111000 11111000 1101011 0 0 111001 11 111100 1011011 1000110

Color Harmonies of #F8F86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F86B

Black with #F8F86B

Text Example


Text Example

White with #F8F86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F86B; }

 p { color: rgb(248,248,107); }

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

background-color css

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

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

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

border-color css

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

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

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