Html Css Color HEX #F5F680 Dolly

📋 copy color: '#F5F680'

red 245 ◦ green 246 ◦ blue 128

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

Shades of Dolly #F5F680

Tints of Dolly #F5F680

RGB

 RED value IS 245 (96.09% from 255) = 39.58%

 GREEN value IS 246 (96.48% from 255) = 39.74%

 BLUE value IS 128 (50.39% from 255) = 20.68%

R = 39.58%
G = 39.74%
B = 20.68%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5F680 (or 0xF5F680) is known color: Dolly. HEX triplet: F5, F6 and 80. RGB value is (245,246,128). Sum of RGB (Red+Green+Blue) = 245+246+128=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F680 is #0A097F. Grayscale: #E8E8E8. Windows color (decimal): -657792 or 8451829. OLE color: 8451829.

HSL color Cylindrical-coordinate representation of color #F5F680: hue angle of 60.51º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5F680 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 246 128 -
CMYK 0.00 0 0.48 0.04
HSL 60.51º 0.87% 0.73% -
HSV(B) 60.51º 0.48% 0.96% -
XYZ 74.51 86.88 33.27 -
YUV 232.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 245 246 128 0.00 0 0.48 0.04 60.51 0.87 0.73
Hex F5 F6 80 0 0 30 4 3D 57 49
Octal 365 366 200 0 0 60 4 75 127 111
Binary 11110101 11110110 10000000 0 0 110000 100 111101 1010111 1001001

Color Harmonies of #F5F680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F680

Black with #F5F680

Text Example


Text Example

White with #F5F680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F680; }

 p { color: rgb(245,246,128); }

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

background-color css

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

 a { background-color: rgb(245,246,128); }

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

border-color css

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

 span { border-color: rgb(245,246,128); }

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