Html Css Color HEX #F2F871 Dolly

📋 copy color: '#F2F871'

red 242 ◦ green 248 ◦ blue 113

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

Shades of Dolly #F2F871

Tints of Dolly #F2F871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.74%

R = 40.13%
G = 41.13%
B = 18.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F2F871 (or 0xF2F871) is known color: Dolly. HEX triplet: F2, F8 and 71. RGB value is (242,248,113). Sum of RGB (Red+Green+Blue) = 242+248+113=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 113 (44.53% from 255 or 18.74% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F871 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F871 is #0D078E. Grayscale: #E7E7E7. Windows color (decimal): -853903 or 7469298. OLE color: 7469298.

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

Color convert

RGB 242 248 113 -
CMYK 0.02 0 0.54 0.03
HSL 62.67º 0.91% 0.71% -
HSV(B) 62.67º 0.54% 0.97% -
XYZ 73.17 87.2 28.6 -
YUV 230.82 61.51 135.98 -
System Red Green Blue C M Y K H S L
Decimal 242 248 113 0.02 0 0.54 0.03 62.67 0.91 0.71
Hex F2 F8 71 2 0 36 3 3F 5B 47
Octal 362 370 161 2 0 66 3 77 133 107
Binary 11110010 11111000 1110001 10 0 110110 11 111111 1011011 1000111

Color Harmonies of #F2F871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F871

Black with #F2F871

Text Example


Text Example

White with #F2F871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F871; }

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

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

background-color css

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

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

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

border-color css

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

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

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