Html Css Color HEX #F0F175 Dolly

📋 copy color: '#F0F175'

red 240 ◦ green 241 ◦ blue 117

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

Shades of Dolly #F0F175

Tints of Dolly #F0F175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.3%

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

R = 40.13%
G = 40.3%
B = 19.57%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F0F175 (or 0xF0F175) is known color: Dolly. HEX triplet: F0, F1 and 75. RGB value is (240,241,117). Sum of RGB (Red+Green+Blue) = 240+241+117=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 117 (46.09% from 255 or 19.57% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F175 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F175 is #0F0E8A. Grayscale: #E3E3E3. Windows color (decimal): -986763 or 7729648. OLE color: 7729648.

HSL color Cylindrical-coordinate representation of color #F0F175: hue angle of 60.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0F175 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 241 117 -
CMYK 0.00 0 0.51 0.05
HSL 60.48º 0.82% 0.7% -
HSV(B) 60.48º 0.51% 0.95% -
XYZ 70.6 82.72 29.08 -
YUV 226.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 240 241 117 0.00 0 0.51 0.05 60.48 0.82 0.7
Hex F0 F1 75 0 0 33 5 3C 52 46
Octal 360 361 165 0 0 63 5 74 122 106
Binary 11110000 11110001 1110101 0 0 110011 101 111100 1010010 1000110

Color Harmonies of #F0F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F175

Black with #F0F175

Text Example


Text Example

White with #F0F175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F175; }

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

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

background-color css

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

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

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

border-color css

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

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

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