Html Css Color HEX #F2F875 Dolly

📋 copy color: '#F2F875'

red 242 ◦ green 248 ◦ blue 117

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

Shades of Dolly #F2F875

Tints of Dolly #F2F875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.28%

R = 39.87%
G = 40.86%
B = 19.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F2F875 (or 0xF2F875) is known color: Dolly. HEX triplet: F2, F8 and 75. RGB value is (242,248,117). Sum of RGB (Red+Green+Blue) = 242+248+117=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 117 (46.09% from 255 or 19.28% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F875 is #0D078A. Grayscale: #E7E7E7. Windows color (decimal): -853899 or 7731442. OLE color: 7731442.

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

Color convert

RGB 242 248 117 -
CMYK 0.02 0 0.53 0.03
HSL 62.75º 0.9% 0.72% -
HSV(B) 62.75º 0.53% 0.97% -
XYZ 73.4 87.3 29.81 -
YUV 231.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 242 248 117 0.02 0 0.53 0.03 62.75 0.9 0.72
Hex F2 F8 75 2 0 35 3 3F 5A 48
Octal 362 370 165 2 0 65 3 77 132 110
Binary 11110010 11111000 1110101 10 0 110101 11 111111 1011010 1001000

Color Harmonies of #F2F875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F875

Black with #F2F875

Text Example


Text Example

White with #F2F875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F875; }

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

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

background-color css

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

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

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

border-color css

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

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

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