Html Css Color HEX #F2F06D Dolly

📋 copy color: '#F2F06D'

red 242 ◦ green 240 ◦ blue 109

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

Shades of Dolly #F2F06D

Tints of Dolly #F2F06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.44%

R = 40.95%
G = 40.61%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2F06D (or 0xF2F06D) is known color: Dolly. HEX triplet: F2, F0 and 6D. RGB value is (242,240,109). Sum of RGB (Red+Green+Blue) = 242+240+109=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 109 (42.97% from 255 or 18.44% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F06D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F06D is #0D0F92. Grayscale: #E2E2E2. Windows color (decimal): -855955 or 7205106. OLE color: 7205106.

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

Color convert

RGB 242 240 109 -
CMYK 0 0.01 0.55 0.05
HSL 59.1º 0.84% 0.69% -
HSV(B) 59.1º 0.55% 0.95% -
XYZ 70.54 82.3 26.64 -
YUV 225.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 242 240 109 0 0.01 0.55 0.05 59.1 0.84 0.69
Hex F2 F0 6D 0 1 37 5 3B 54 45
Octal 362 360 155 0 1 67 5 73 124 105
Binary 11110010 11110000 1101101 0 1 110111 101 111011 1010100 1000101

Color Harmonies of #F2F06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F06D

Black with #F2F06D

Text Example


Text Example

White with #F2F06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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