Html Css Color HEX #F2F57F Dolly

📋 copy color: '#F2F57F'

red 242 ◦ green 245 ◦ blue 127

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

Shades of Dolly #F2F57F

Tints of Dolly #F2F57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.9%

 BLUE value IS 127 (50% from 255) = 20.68%

R = 39.41%
G = 39.9%
B = 20.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F2F57F (or 0xF2F57F) is known color: Dolly. HEX triplet: F2, F5 and 7F. RGB value is (242,245,127). Sum of RGB (Red+Green+Blue) = 242+245+127=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 127 (50% from 255 or 20.68% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F57F is #0D0A80. Grayscale: #E7E7E7. Windows color (decimal): -854657 or 8386034. OLE color: 8386034.

HSL color Cylindrical-coordinate representation of color #F2F57F: hue angle of 61.53º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2F57F is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 245 127 -
CMYK 0.01 0 0.48 0.04
HSL 61.53º 0.86% 0.73% -
HSV(B) 61.53º 0.48% 0.96% -
XYZ 73.1 85.71 32.77 -
YUV 230.65 69.51 136.09 -
System Red Green Blue C M Y K H S L
Decimal 242 245 127 0.01 0 0.48 0.04 61.53 0.86 0.73
Hex F2 F5 7F 1 0 30 4 3E 56 49
Octal 362 365 177 1 0 60 4 76 126 111
Binary 11110010 11110101 1111111 1 0 110000 100 111110 1010110 1001001

Color Harmonies of #F2F57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F57F

Black with #F2F57F

Text Example


Text Example

White with #F2F57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F57F; }

 p { color: rgb(242,245,127); }

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

background-color css

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

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

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

border-color css

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

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

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