Html Css Color HEX #F2F873 Dolly

📋 copy color: '#F2F873'

red 242 ◦ green 248 ◦ blue 115

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

Shades of Dolly #F2F873

Tints of Dolly #F2F873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.01%

R = 40%
G = 40.99%
B = 19.01%

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

#F2F873 (or 0xF2F873) is known color: Dolly. HEX triplet: F2, F8 and 73. RGB value is (242,248,115). Sum of RGB (Red+Green+Blue) = 242+248+115=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 115 (45.31% from 255 or 19.01% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F873 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F873 is #0D078C. Grayscale: #E7E7E7. Windows color (decimal): -853901 or 7600370. OLE color: 7600370.

HSL color Cylindrical-coordinate representation of color #F2F873: hue angle of 62.71º degrees, saturation: 0.9, 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 #F2F873 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 115 -
CMYK 0.02 0 0.54 0.03
HSL 62.71º 0.9% 0.71% -
HSV(B) 62.71º 0.54% 0.97% -
XYZ 73.28 87.25 29.2 -
YUV 231.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 242 248 115 0.02 0 0.54 0.03 62.71 0.9 0.71
Hex F2 F8 73 2 0 36 3 3F 5A 47
Octal 362 370 163 2 0 66 3 77 132 107
Binary 11110010 11111000 1110011 10 0 110110 11 111111 1011010 1000111

Color Harmonies of #F2F873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F873

Black with #F2F873

Text Example


Text Example

White with #F2F873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F873; }

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

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

background-color css

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

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

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

border-color css

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

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

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