Html Css Color HEX #F0F26F Dolly

📋 copy color: '#F0F26F'

red 240 ◦ green 242 ◦ blue 111

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

Shades of Dolly #F0F26F

Tints of Dolly #F0F26F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.81%

 BLUE value IS 111 (43.75% from 255) = 18.72%

R = 40.47%
G = 40.81%
B = 18.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F0F26F (or 0xF0F26F) is known color: Dolly. HEX triplet: F0, F2 and 6F. RGB value is (240,242,111). Sum of RGB (Red+Green+Blue) = 240+242+111=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 111 (43.75% from 255 or 18.72% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F26F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F26F is #0F0D90. Grayscale: #E2E2E2. Windows color (decimal): -986513 or 7336688. OLE color: 7336688.

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

Color convert

RGB 240 242 111 -
CMYK 0.01 0 0.54 0.05
HSL 60.92º 0.83% 0.69% -
HSV(B) 60.92º 0.54% 0.95% -
XYZ 70.56 83.18 27.38 -
YUV 226.47 62.84 137.65 -
System Red Green Blue C M Y K H S L
Decimal 240 242 111 0.01 0 0.54 0.05 60.92 0.83 0.69
Hex F0 F2 6F 1 0 36 5 3D 53 45
Octal 360 362 157 1 0 66 5 75 123 105
Binary 11110000 11110010 1101111 1 0 110110 101 111101 1010011 1000101

Color Harmonies of #F0F26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F26F

Black with #F0F26F

Text Example


Text Example

White with #F0F26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F26F; }

 p { color: rgb(240,242,111); }

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

background-color css

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

 a { background-color: rgb(240,242,111); }

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

border-color css

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

 span { border-color: rgb(240,242,111); }

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