Html Css Color HEX #F0FC73 Dolly

📋 copy color: '#F0FC73'

red 240 ◦ green 252 ◦ blue 115

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

Shades of Dolly #F0FC73

Tints of Dolly #F0FC73

RGB

 RED value IS 240 (94.14% from 255) = 39.54%

 GREEN value IS 252 (98.83% from 255) = 41.52%

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

R = 39.54%
G = 41.52%
B = 18.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#F0FC73 (or 0xF0FC73) is known color: Dolly. HEX triplet: F0, FC and 73. RGB value is (240,252,115). Sum of RGB (Red+Green+Blue) = 240+252+115=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC73 is #0F038C. Grayscale: #E9E9E9. Windows color (decimal): -983949 or 7601392. OLE color: 7601392.

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

Color convert

RGB 240 252 115 -
CMYK 0.05 0 0.54 0.01
HSL 65.26º 0.96% 0.72% -
HSV(B) 65.26º 0.54% 0.99% -
XYZ 73.84 89.38 29.58 -
YUV 232.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 240 252 115 0.05 0 0.54 0.01 65.26 0.96 0.72
Hex F0 FC 73 5 0 36 1 41 60 48
Octal 360 374 163 5 0 66 1 101 140 110
Binary 11110000 11111100 1110011 101 0 110110 1 1000001 1100000 1001000

Color Harmonies of #F0FC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC73

Black with #F0FC73

Text Example


Text Example

White with #F0FC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC73; }

 p { color: rgb(240,252,115); }

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

background-color css

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

 a { background-color: rgb(240,252,115); }

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

border-color css

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

 span { border-color: rgb(240,252,115); }

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