Html Css Color HEX #F2F87F Dolly

📋 copy color: '#F2F87F'

red 242 ◦ green 248 ◦ blue 127

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

Shades of Dolly #F2F87F

Tints of Dolly #F2F87F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.19%

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

R = 39.22%
G = 40.19%
B = 20.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F2F87F (or 0xF2F87F) is known color: Dolly. HEX triplet: F2, F8 and 7F. RGB value is (242,248,127). Sum of RGB (Red+Green+Blue) = 242+248+127=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 127 (50% from 255 or 20.58% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F87F is #0D0780. Grayscale: #E8E8E8. Windows color (decimal): -853889 or 8386802. OLE color: 8386802.

HSL color Cylindrical-coordinate representation of color #F2F87F: hue angle of 62.98º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2F87F is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 127 -
CMYK 0.02 0 0.49 0.03
HSL 62.98º 0.9% 0.74% -
HSV(B) 62.98º 0.49% 0.97% -
XYZ 74.02 87.54 33.08 -
YUV 232.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 242 248 127 0.02 0 0.49 0.03 62.98 0.9 0.74
Hex F2 F8 7F 2 0 31 3 3F 5A 4A
Octal 362 370 177 2 0 61 3 77 132 112
Binary 11110010 11111000 1111111 10 0 110001 11 111111 1011010 1001010

Color Harmonies of #F2F87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F87F

Black with #F2F87F

Text Example


Text Example

White with #F2F87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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