Html Css Color HEX #F2F575 Dolly

📋 copy color: '#F2F575'

red 242 ◦ green 245 ◦ blue 117

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

Shades of Dolly #F2F575

Tints of Dolly #F2F575

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.56%

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

R = 40.07%
G = 40.56%
B = 19.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F2F575 (or 0xF2F575) is known color: Dolly. HEX triplet: F2, F5 and 75. RGB value is (242,245,117). Sum of RGB (Red+Green+Blue) = 242+245+117=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 117 (46.09% from 255 or 19.37% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F575 is #0D0A8A. Grayscale: #E6E6E6. Windows color (decimal): -854667 or 7730674. OLE color: 7730674.

HSL color Cylindrical-coordinate representation of color #F2F575: hue angle of 61.41º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2F575 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 245 117 -
CMYK 0.01 0 0.52 0.04
HSL 61.41º 0.86% 0.71% -
HSV(B) 61.41º 0.52% 0.96% -
XYZ 72.48 85.47 29.51 -
YUV 229.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 242 245 117 0.01 0 0.52 0.04 61.41 0.86 0.71
Hex F2 F5 75 1 0 34 4 3D 56 47
Octal 362 365 165 1 0 64 4 75 126 107
Binary 11110010 11110101 1110101 1 0 110100 100 111101 1010110 1000111

Color Harmonies of #F2F575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F575

Black with #F2F575

Text Example


Text Example

White with #F2F575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F575; }

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

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

background-color css

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

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

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

border-color css

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

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

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