Html Css Color HEX #F0FA75 Dolly

📋 copy color: '#F0FA75'

red 240 ◦ green 250 ◦ blue 117

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

Shades of Dolly #F0FA75

Tints of Dolly #F0FA75

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.19%

 BLUE value IS 117 (46.09% from 255) = 19.28%

R = 39.54%
G = 41.19%
B = 19.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F0FA75 (or 0xF0FA75) is known color: Dolly. HEX triplet: F0, FA and 75. RGB value is (240,250,117). Sum of RGB (Red+Green+Blue) = 240+250+117=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 117 (46.09% from 255 or 19.28% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA75 is #0F058A. Grayscale: #E8E8E8. Windows color (decimal): -984459 or 7731952. OLE color: 7731952.

HSL color Cylindrical-coordinate representation of color #F0FA75: hue angle of 64.51º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0FA75 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 117 -
CMYK 0.04 0 0.53 0.02
HSL 64.51º 0.93% 0.72% -
HSV(B) 64.51º 0.53% 0.98% -
XYZ 73.33 88.18 29.99 -
YUV 231.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 240 250 117 0.04 0 0.53 0.02 64.51 0.93 0.72
Hex F0 FA 75 4 0 35 2 41 5D 48
Octal 360 372 165 4 0 65 2 101 135 110
Binary 11110000 11111010 1110101 100 0 110101 10 1000001 1011101 1001000

Color Harmonies of #F0FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA75

Black with #F0FA75

Text Example


Text Example

White with #F0FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA75; }

 p { color: rgb(240,250,117); }

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

background-color css

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

 a { background-color: rgb(240,250,117); }

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

border-color css

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

 span { border-color: rgb(240,250,117); }

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