Html Css Color HEX #F2F270 Dolly

📋 copy color: '#F2F270'

red 242 ◦ green 242 ◦ blue 112

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

Shades of Dolly #F2F270

Tints of Dolly #F2F270

RGB

 RED value IS 242 (94.92% from 255) = 40.6%

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

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

R = 40.6%
G = 40.6%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2F270 (or 0xF2F270) is known color: Dolly. HEX triplet: F2, F2 and 70. RGB value is (242,242,112). Sum of RGB (Red+Green+Blue) = 242+242+112=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F270 is #0D0D8F. Grayscale: #E3E3E3. Windows color (decimal): -855440 or 7402226. OLE color: 7402226.

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

Color convert

RGB 242 242 112 -
CMYK 0 0 0.54 0.05
HSL 60º 0.83% 0.69% -
HSV(B) 60º 0.54% 0.95% -
XYZ 71.29 83.55 27.7 -
YUV 227.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 242 242 112 0 0 0.54 0.05 60 0.83 0.69
Hex F2 F2 70 0 0 36 5 3C 53 45
Octal 362 362 160 0 0 66 5 74 123 105
Binary 11110010 11110010 1110000 0 0 110110 101 111100 1010011 1000101

Color Harmonies of #F2F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F270

Black with #F2F270

Text Example


Text Example

White with #F2F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F270; }

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

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

background-color css

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

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

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

border-color css

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

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

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