Html Css Color HEX #F5FD73 Dolly

📋 copy color: '#F5FD73'

red 245 ◦ green 253 ◦ blue 115

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

Shades of Dolly #F5FD73

Tints of Dolly #F5FD73

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.27%

 BLUE value IS 115 (45.31% from 255) = 18.76%

R = 39.97%
G = 41.27%
B = 18.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#F5FD73 (or 0xF5FD73) is known color: Dolly. HEX triplet: F5, FD and 73. RGB value is (245,253,115). Sum of RGB (Red+Green+Blue) = 245+253+115=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 115 (45.31% from 255 or 18.76% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD73 is #0A028C. Grayscale: #EBEBEB. Windows color (decimal): -656013 or 7601653. OLE color: 7601653.

HSL color Cylindrical-coordinate representation of color #F5FD73: hue angle of 63.48º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5FD73 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 253 115 -
CMYK 0.03 0 0.55 0.01
HSL 63.48º 0.97% 0.72% -
HSV(B) 63.48º 0.55% 0.99% -
XYZ 75.88 90.9 29.77 -
YUV 234.88 60.35 135.22 -
System Red Green Blue C M Y K H S L
Decimal 245 253 115 0.03 0 0.55 0.01 63.48 0.97 0.72
Hex F5 FD 73 3 0 37 1 3F 61 48
Octal 365 375 163 3 0 67 1 77 141 110
Binary 11110101 11111101 1110011 11 0 110111 1 111111 1100001 1001000

Color Harmonies of #F5FD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FD73

Black with #F5FD73

Text Example


Text Example

White with #F5FD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FD73; }

 p { color: rgb(245,253,115); }

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

background-color css

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

 a { background-color: rgb(245,253,115); }

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

border-color css

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

 span { border-color: rgb(245,253,115); }

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