Html Css Color HEX #F2F86B Dolly

📋 copy color: '#F2F86B'

red 242 ◦ green 248 ◦ blue 107

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

Shades of Dolly #F2F86B

Tints of Dolly #F2F86B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.54%

 BLUE value IS 107 (42.19% from 255) = 17.92%

R = 40.54%
G = 41.54%
B = 17.92%

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

#F2F86B (or 0xF2F86B) is known color: Dolly. HEX triplet: F2, F8 and 6B. RGB value is (242,248,107). Sum of RGB (Red+Green+Blue) = 242+248+107=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 107 (42.19% from 255 or 17.92% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F86B is #0D0794. Grayscale: #E6E6E6. Windows color (decimal): -853909 or 7076082. OLE color: 7076082.

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

Color convert

RGB 242 248 107 -
CMYK 0.02 0 0.57 0.03
HSL 62.55º 0.91% 0.7% -
HSV(B) 62.55º 0.57% 0.97% -
XYZ 72.84 87.07 26.88 -
YUV 230.13 58.51 136.46 -
System Red Green Blue C M Y K H S L
Decimal 242 248 107 0.02 0 0.57 0.03 62.55 0.91 0.7
Hex F2 F8 6B 2 0 39 3 3F 5B 46
Octal 362 370 153 2 0 71 3 77 133 106
Binary 11110010 11111000 1101011 10 0 111001 11 111111 1011011 1000110

Color Harmonies of #F2F86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F86B

Black with #F2F86B

Text Example


Text Example

White with #F2F86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F86B; }

 p { color: rgb(242,248,107); }

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

background-color css

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

 a { background-color: rgb(242,248,107); }

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

border-color css

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

 span { border-color: rgb(242,248,107); }

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