Html Css Color HEX #F2F074 Dolly

📋 copy color: '#F2F074'

red 242 ◦ green 240 ◦ blue 116

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

Shades of Dolly #F2F074

Tints of Dolly #F2F074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.13%

 BLUE value IS 116 (45.7% from 255) = 19.4%

R = 40.47%
G = 40.13%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2F074 (or 0xF2F074) is known color: Dolly. HEX triplet: F2, F0 and 74. RGB value is (242,240,116). Sum of RGB (Red+Green+Blue) = 242+240+116=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 116 (45.70% from 255 or 19.40% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F074 is #0D0F8B. Grayscale: #E2E2E2. Windows color (decimal): -855948 or 7663858. OLE color: 7663858.

HSL color Cylindrical-coordinate representation of color #F2F074: hue angle of 59.05º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2F074 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 116 -
CMYK 0 0.01 0.52 0.05
HSL 59.05º 0.83% 0.7% -
HSV(B) 59.05º 0.52% 0.95% -
XYZ 70.93 82.46 28.7 -
YUV 226.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 242 240 116 0 0.01 0.52 0.05 59.05 0.83 0.7
Hex F2 F0 74 0 1 34 5 3B 53 46
Octal 362 360 164 0 1 64 5 73 123 106
Binary 11110010 11110000 1110100 0 1 110100 101 111011 1010011 1000110

Color Harmonies of #F2F074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F074

Black with #F2F074

Text Example


Text Example

White with #F2F074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F074; }

 p { color: rgb(242,240,116); }

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

background-color css

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

 a { background-color: rgb(242,240,116); }

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

border-color css

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

 span { border-color: rgb(242,240,116); }

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