Html Css Color HEX #F2EF6B Dolly

📋 copy color: '#F2EF6B'

red 242 ◦ green 239 ◦ blue 107

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

Shades of Dolly #F2EF6B

Tints of Dolly #F2EF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.65%

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

R = 41.16%
G = 40.65%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2EF6B (or 0xF2EF6B) is known color: Dolly. HEX triplet: F2, EF and 6B. RGB value is (242,239,107). Sum of RGB (Red+Green+Blue) = 242+239+107=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 107 (42.19% from 255 or 18.20% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF6B is #0D1094. Grayscale: #E1E1E1. Windows color (decimal): -856213 or 7073778. OLE color: 7073778.

HSL color Cylindrical-coordinate representation of color #F2EF6B: hue angle of 58.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2EF6B is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 107 -
CMYK 0 0.01 0.56 0.05
HSL 58.67º 0.84% 0.68% -
HSV(B) 58.67º 0.56% 0.95% -
XYZ 70.14 81.67 25.98 -
YUV 224.85 61.49 140.23 -
System Red Green Blue C M Y K H S L
Decimal 242 239 107 0 0.01 0.56 0.05 58.67 0.84 0.68
Hex F2 EF 6B 0 1 38 5 3B 54 44
Octal 362 357 153 0 1 70 5 73 124 104
Binary 11110010 11101111 1101011 0 1 111000 101 111011 1010100 1000100

Color Harmonies of #F2EF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF6B

Black with #F2EF6B

Text Example


Text Example

White with #F2EF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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