Html Css Color HEX #F2ED68 Dolly

📋 copy color: '#F2ED68'

red 242 ◦ green 237 ◦ blue 104

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

Shades of Dolly #F2ED68

Tints of Dolly #F2ED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.65%

 BLUE value IS 104 (41.02% from 255) = 17.84%

R = 41.51%
G = 40.65%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2ED68 (or 0xF2ED68) is known color: Dolly. HEX triplet: F2, ED and 68. RGB value is (242,237,104). Sum of RGB (Red+Green+Blue) = 242+237+104=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 104 (41.02% from 255 or 17.84% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED68 is #0D1297. Grayscale: #DFDFDF. Windows color (decimal): -856728 or 6876658. OLE color: 6876658.

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

Color convert

RGB 242 237 104 -
CMYK 0 0.02 0.57 0.05
HSL 57.83º 0.84% 0.68% -
HSV(B) 57.83º 0.57% 0.95% -
XYZ 69.4 80.45 24.97 -
YUV 223.33 60.66 141.31 -
System Red Green Blue C M Y K H S L
Decimal 242 237 104 0 0.02 0.57 0.05 57.83 0.84 0.68
Hex F2 ED 68 0 2 39 5 3A 54 44
Octal 362 355 150 0 2 71 5 72 124 104
Binary 11110010 11101101 1101000 0 10 111001 101 111010 1010100 1000100

Color Harmonies of #F2ED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED68

Black with #F2ED68

Text Example


Text Example

White with #F2ED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED68; }

 p { color: rgb(242,237,104); }

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

background-color css

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

 a { background-color: rgb(242,237,104); }

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

border-color css

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

 span { border-color: rgb(242,237,104); }

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