Html Css Color HEX #F8F87F Dolly

📋 copy color: '#F8F87F'

red 248 ◦ green 248 ◦ blue 127

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

Shades of Dolly #F8F87F

Tints of Dolly #F8F87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.39%

R = 39.81%
G = 39.81%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8F87F (or 0xF8F87F) is known color: Dolly. HEX triplet: F8, F8 and 7F. RGB value is (248,248,127). Sum of RGB (Red+Green+Blue) = 248+248+127=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 127 (50% from 255 or 20.39% from 623); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F87F is #070780. Grayscale: #EAEAEA. Windows color (decimal): -460673 or 8386808. OLE color: 8386808.

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

Color convert

RGB 248 248 127 -
CMYK 0 0 0.49 0.03
HSL 60º 0.9% 0.74% -
HSV(B) 60º 0.49% 0.97% -
XYZ 76.11 88.62 33.17 -
YUV 234.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 248 248 127 0 0 0.49 0.03 60 0.9 0.74
Hex F8 F8 7F 0 0 31 3 3C 5A 4A
Octal 370 370 177 0 0 61 3 74 132 112
Binary 11111000 11111000 1111111 0 0 110001 11 111100 1011010 1001010

Color Harmonies of #F8F87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F87F

Black with #F8F87F

Text Example


Text Example

White with #F8F87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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