Html Css Color HEX #F2FA6A Dolly

📋 copy color: '#F2FA6A'

red 242 ◦ green 250 ◦ blue 106

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

Shades of Dolly #F2FA6A

Tints of Dolly #F2FA6A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.81%

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

R = 40.47%
G = 41.81%
B = 17.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F2FA6A (or 0xF2FA6A) is known color: Dolly. HEX triplet: F2, FA and 6A. RGB value is (242,250,106). Sum of RGB (Red+Green+Blue) = 242+250+106=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 106 (41.80% from 255 or 17.73% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA6A is #0D0595. Grayscale: #E7E7E7. Windows color (decimal): -853398 or 7011058. OLE color: 7011058.

HSL color Cylindrical-coordinate representation of color #F2FA6A: hue angle of 63.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2FA6A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 106 -
CMYK 0.03 0 0.58 0.02
HSL 63.33º 0.94% 0.7% -
HSV(B) 63.33º 0.58% 0.98% -
XYZ 73.41 88.29 26.81 -
YUV 231.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 242 250 106 0.03 0 0.58 0.02 63.33 0.94 0.7
Hex F2 FA 6A 3 0 3A 2 3F 5E 46
Octal 362 372 152 3 0 72 2 77 136 106
Binary 11110010 11111010 1101010 11 0 111010 10 111111 1011110 1000110

Color Harmonies of #F2FA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA6A

Black with #F2FA6A

Text Example


Text Example

White with #F2FA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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