Html Css Color HEX #F2F67F Dolly

📋 copy color: '#F2F67F'

red 242 ◦ green 246 ◦ blue 127

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

Shades of Dolly #F2F67F

Tints of Dolly #F2F67F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40%

 BLUE value IS 127 (50% from 255) = 20.65%

R = 39.35%
G = 40%
B = 20.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F2F67F (or 0xF2F67F) is known color: Dolly. HEX triplet: F2, F6 and 7F. RGB value is (242,246,127). Sum of RGB (Red+Green+Blue) = 242+246+127=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 127 (50% from 255 or 20.65% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F67F is #0D0980. Grayscale: #E7E7E7. Windows color (decimal): -854401 or 8386290. OLE color: 8386290.

HSL color Cylindrical-coordinate representation of color #F2F67F: hue angle of 62.02º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2F67F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 127 -
CMYK 0.02 0 0.48 0.04
HSL 62.02º 0.87% 0.73% -
HSV(B) 62.02º 0.48% 0.96% -
XYZ 73.4 86.32 32.87 -
YUV 231.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 242 246 127 0.02 0 0.48 0.04 62.02 0.87 0.73
Hex F2 F6 7F 2 0 30 4 3E 57 49
Octal 362 366 177 2 0 60 4 76 127 111
Binary 11110010 11110110 1111111 10 0 110000 100 111110 1010111 1001001

Color Harmonies of #F2F67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F67F

Black with #F2F67F

Text Example


Text Example

White with #F2F67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F67F; }

 p { color: rgb(242,246,127); }

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

background-color css

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

 a { background-color: rgb(242,246,127); }

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

border-color css

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

 span { border-color: rgb(242,246,127); }

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