Html Css Color HEX #F2F878 Dolly

📋 copy color: '#F2F878'

red 242 ◦ green 248 ◦ blue 120

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

Shades of Dolly #F2F878

Tints of Dolly #F2F878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.67%

R = 39.67%
G = 40.66%
B = 19.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F2F878 (or 0xF2F878) is known color: Dolly. HEX triplet: F2, F8 and 78. RGB value is (242,248,120). Sum of RGB (Red+Green+Blue) = 242+248+120=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 120 (47.27% from 255 or 19.67% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F878 is #0D0787. Grayscale: #E8E8E8. Windows color (decimal): -853896 or 7928050. OLE color: 7928050.

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

Color convert

RGB 242 248 120 -
CMYK 0.02 0 0.52 0.03
HSL 62.81º 0.9% 0.72% -
HSV(B) 62.81º 0.52% 0.97% -
XYZ 73.58 87.37 30.76 -
YUV 231.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 242 248 120 0.02 0 0.52 0.03 62.81 0.9 0.72
Hex F2 F8 78 2 0 34 3 3F 5A 48
Octal 362 370 170 2 0 64 3 77 132 110
Binary 11110010 11111000 1111000 10 0 110100 11 111111 1011010 1001000

Color Harmonies of #F2F878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F878

Black with #F2F878

Text Example


Text Example

White with #F2F878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F878; }

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

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

background-color css

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

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

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

border-color css

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

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

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