Html Css Color HEX #F8F96C Dolly

📋 copy color: '#F8F96C'

red 248 ◦ green 249 ◦ blue 108

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

Shades of Dolly #F8F96C

Tints of Dolly #F8F96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.16%

 BLUE value IS 108 (42.58% from 255) = 17.85%

R = 40.99%
G = 41.16%
B = 17.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F8F96C (or 0xF8F96C) is known color: Dolly. HEX triplet: F8, F9 and 6C. RGB value is (248,249,108). Sum of RGB (Red+Green+Blue) = 248+249+108=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 108 (42.58% from 255 or 17.85% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F96C is #070693. Grayscale: #E9E9E9. Windows color (decimal): -460436 or 7141880. OLE color: 7141880.

HSL color Cylindrical-coordinate representation of color #F8F96C: hue angle of 60.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8F96C is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 249 108 -
CMYK 0.00 0 0.57 0.02
HSL 60.43º 0.92% 0.7% -
HSV(B) 60.43º 0.57% 0.98% -
XYZ 75.29 88.79 27.36 -
YUV 232.63 57.67 138.96 -
System Red Green Blue C M Y K H S L
Decimal 248 249 108 0.00 0 0.57 0.02 60.43 0.92 0.7
Hex F8 F9 6C 0 0 39 2 3C 5C 46
Octal 370 371 154 0 0 71 2 74 134 106
Binary 11111000 11111001 1101100 0 0 111001 10 111100 1011100 1000110

Color Harmonies of #F8F96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F96C

Black with #F8F96C

Text Example


Text Example

White with #F8F96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F96C; }

 p { color: rgb(248,249,108); }

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

background-color css

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

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

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

border-color css

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

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

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