Html Css Color HEX #F2F76A Dolly

📋 copy color: '#F2F76A'

red 242 ◦ green 247 ◦ blue 106

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

Shades of Dolly #F2F76A

Tints of Dolly #F2F76A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.51%

 BLUE value IS 106 (41.8% from 255) = 17.82%

R = 40.67%
G = 41.51%
B = 17.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F2F76A (or 0xF2F76A) is known color: Dolly. HEX triplet: F2, F7 and 6A. RGB value is (242,247,106). Sum of RGB (Red+Green+Blue) = 242+247+106=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 106 (41.80% from 255 or 17.82% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F76A is #0D0895. Grayscale: #E5E5E5. Windows color (decimal): -854166 or 7010290. OLE color: 7010290.

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

Color convert

RGB 242 247 106 -
CMYK 0.02 0 0.57 0.03
HSL 62.13º 0.9% 0.69% -
HSV(B) 62.13º 0.57% 0.97% -
XYZ 72.48 86.44 26.5 -
YUV 229.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 242 247 106 0.02 0 0.57 0.03 62.13 0.9 0.69
Hex F2 F7 6A 2 0 39 3 3E 5A 45
Octal 362 367 152 2 0 71 3 76 132 105
Binary 11110010 11110111 1101010 10 0 111001 11 111110 1011010 1000101

Color Harmonies of #F2F76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F76A

Black with #F2F76A

Text Example


Text Example

White with #F2F76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F76A; }

 p { color: rgb(242,247,106); }

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

background-color css

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

 a { background-color: rgb(242,247,106); }

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

border-color css

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

 span { border-color: rgb(242,247,106); }

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