Html Css Color HEX #F0F26E Dolly

📋 copy color: '#F0F26E'

red 240 ◦ green 242 ◦ blue 110

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

Shades of Dolly #F0F26E

Tints of Dolly #F0F26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.58%

R = 40.54%
G = 40.88%
B = 18.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F0F26E (or 0xF0F26E) is known color: Dolly. HEX triplet: F0, F2 and 6E. RGB value is (240,242,110). Sum of RGB (Red+Green+Blue) = 240+242+110=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 110 (43.36% from 255 or 18.58% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F26E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F26E is #0F0D91. Grayscale: #E2E2E2. Windows color (decimal): -986514 or 7271152. OLE color: 7271152.

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

Color convert

RGB 240 242 110 -
CMYK 0.01 0 0.55 0.05
HSL 60.91º 0.84% 0.69% -
HSV(B) 60.91º 0.55% 0.95% -
XYZ 70.5 83.16 27.09 -
YUV 226.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 240 242 110 0.01 0 0.55 0.05 60.91 0.84 0.69
Hex F0 F2 6E 1 0 37 5 3D 54 45
Octal 360 362 156 1 0 67 5 75 124 105
Binary 11110000 11110010 1101110 1 0 110111 101 111101 1010100 1000101

Color Harmonies of #F0F26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F26E

Black with #F0F26E

Text Example


Text Example

White with #F0F26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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