Html Css Color HEX #F1ED6D Dolly

📋 copy color: '#F1ED6D'

red 241 ◦ green 237 ◦ blue 109

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

Shades of Dolly #F1ED6D

Tints of Dolly #F1ED6D

RGB

 RED value IS 241 (94.53% from 255) = 41.06%

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

 BLUE value IS 109 (42.97% from 255) = 18.57%

R = 41.06%
G = 40.37%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1ED6D (or 0xF1ED6D) is known color: Dolly. HEX triplet: F1, ED and 6D. RGB value is (241,237,109). Sum of RGB (Red+Green+Blue) = 241+237+109=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 109 (42.97% from 255 or 18.57% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED6D is #0E1292. Grayscale: #E0E0E0. Windows color (decimal): -922259 or 7204337. OLE color: 7204337.

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

Color convert

RGB 241 237 109 -
CMYK 0 0.02 0.55 0.05
HSL 58.18º 0.83% 0.69% -
HSV(B) 58.18º 0.55% 0.95% -
XYZ 69.32 80.37 26.33 -
YUV 223.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 241 237 109 0 0.02 0.55 0.05 58.18 0.83 0.69
Hex F1 ED 6D 0 2 37 5 3A 52 45
Octal 361 355 155 0 2 67 5 72 122 105
Binary 11110001 11101101 1101101 0 10 110111 101 111010 1010010 1000101

Color Harmonies of #F1ED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED6D

Black with #F1ED6D

Text Example


Text Example

White with #F1ED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED6D; }

 p { color: rgb(241,237,109); }

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

background-color css

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

 a { background-color: rgb(241,237,109); }

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

border-color css

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

 span { border-color: rgb(241,237,109); }

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