Html Css Color HEX #F0F270 Dolly

📋 copy color: '#F0F270'

red 240 ◦ green 242 ◦ blue 112

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

Shades of Dolly #F0F270

Tints of Dolly #F0F270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.86%

R = 40.4%
G = 40.74%
B = 18.86%

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

#F0F270 (or 0xF0F270) is known color: Dolly. HEX triplet: F0, F2 and 70. RGB value is (240,242,112). Sum of RGB (Red+Green+Blue) = 240+242+112=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F270 is #0F0D8F. Grayscale: #E3E3E3. Windows color (decimal): -986512 or 7402224. OLE color: 7402224.

HSL color Cylindrical-coordinate representation of color #F0F270: 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 #F0F270 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 242 112 -
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.61 83.2 27.67 -
YUV 226.58 63.34 137.57 -
System Red Green Blue C M Y K H S L
Decimal 240 242 112 0.01 0 0.54 0.05 60.92 0.83 0.69
Hex F0 F2 70 1 0 36 5 3D 53 45
Octal 360 362 160 1 0 66 5 75 123 105
Binary 11110000 11110010 1110000 1 0 110110 101 111101 1010011 1000101

Color Harmonies of #F0F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F270

Black with #F0F270

Text Example


Text Example

White with #F0F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F270; }

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

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

background-color css

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

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

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

border-color css

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

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

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