Html Css Color HEX #F1ED76 Dolly

📋 copy color: '#F1ED76'

red 241 ◦ green 237 ◦ blue 118

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

Shades of Dolly #F1ED76

Tints of Dolly #F1ED76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.8%

R = 40.44%
G = 39.77%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1ED76 (or 0xF1ED76) is known color: Dolly. HEX triplet: F1, ED and 76. RGB value is (241,237,118). Sum of RGB (Red+Green+Blue) = 241+237+118=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED76 is #0E1289. Grayscale: #E1E1E1. Windows color (decimal): -922250 or 7794161. OLE color: 7794161.

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

Color convert

RGB 241 237 118 -
CMYK 0 0.02 0.51 0.05
HSL 58.05º 0.81% 0.7% -
HSV(B) 58.05º 0.51% 0.95% -
XYZ 69.83 80.58 29.01 -
YUV 224.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 241 237 118 0 0.02 0.51 0.05 58.05 0.81 0.7
Hex F1 ED 76 0 2 33 5 3A 51 46
Octal 361 355 166 0 2 63 5 72 121 106
Binary 11110001 11101101 1110110 0 10 110011 101 111010 1010001 1000110

Color Harmonies of #F1ED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED76

Black with #F1ED76

Text Example


Text Example

White with #F1ED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED76; }

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

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

background-color css

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

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

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

border-color css

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

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

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