Html Css Color HEX #F2F96E Dolly

📋 copy color: '#F2F96E'

red 242 ◦ green 249 ◦ blue 110

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

Shades of Dolly #F2F96E

Tints of Dolly #F2F96E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.43%

 BLUE value IS 110 (43.36% from 255) = 18.3%

R = 40.27%
G = 41.43%
B = 18.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F2F96E (or 0xF2F96E) is known color: Dolly. HEX triplet: F2, F9 and 6E. RGB value is (242,249,110). Sum of RGB (Red+Green+Blue) = 242+249+110=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 110 (43.36% from 255 or 18.30% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F96E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F96E is #0D0691. Grayscale: #E7E7E7. Windows color (decimal): -853650 or 7272946. OLE color: 7272946.

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

Color convert

RGB 242 249 110 -
CMYK 0.03 0 0.56 0.02
HSL 63.02º 0.92% 0.7% -
HSV(B) 63.02º 0.56% 0.98% -
XYZ 73.31 87.75 27.83 -
YUV 231.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 242 249 110 0.03 0 0.56 0.02 63.02 0.92 0.7
Hex F2 F9 6E 3 0 38 2 3F 5C 46
Octal 362 371 156 3 0 70 2 77 134 106
Binary 11110010 11111001 1101110 11 0 111000 10 111111 1011100 1000110

Color Harmonies of #F2F96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F96E

Black with #F2F96E

Text Example


Text Example

White with #F2F96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F96E; }

 p { color: rgb(242,249,110); }

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

background-color css

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

 a { background-color: rgb(242,249,110); }

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

border-color css

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

 span { border-color: rgb(242,249,110); }

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