Html Css Color HEX #F2F46C Dolly

📋 copy color: '#F2F46C'

red 242 ◦ green 244 ◦ blue 108

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

Shades of Dolly #F2F46C

Tints of Dolly #F2F46C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.08%

 BLUE value IS 108 (42.58% from 255) = 18.18%

R = 40.74%
G = 41.08%
B = 18.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F2F46C (or 0xF2F46C) is known color: Dolly. HEX triplet: F2, F4 and 6C. RGB value is (242,244,108). Sum of RGB (Red+Green+Blue) = 242+244+108=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 108 (42.58% from 255 or 18.18% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F46C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F46C is #0D0B93. Grayscale: #E4E4E4. Windows color (decimal): -854932 or 7140594. OLE color: 7140594.

HSL color Cylindrical-coordinate representation of color #F2F46C: hue angle of 60.88º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2F46C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 244 108 -
CMYK 0.01 0 0.56 0.04
HSL 60.88º 0.86% 0.69% -
HSV(B) 60.88º 0.56% 0.96% -
XYZ 71.68 84.66 26.75 -
YUV 227.9 60.34 138.06 -
System Red Green Blue C M Y K H S L
Decimal 242 244 108 0.01 0 0.56 0.04 60.88 0.86 0.69
Hex F2 F4 6C 1 0 38 4 3D 56 45
Octal 362 364 154 1 0 70 4 75 126 105
Binary 11110010 11110100 1101100 1 0 111000 100 111101 1010110 1000101

Color Harmonies of #F2F46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F46C

Black with #F2F46C

Text Example


Text Example

White with #F2F46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F46C; }

 p { color: rgb(242,244,108); }

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

background-color css

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

 a { background-color: rgb(242,244,108); }

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

border-color css

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

 span { border-color: rgb(242,244,108); }

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