Html Css Color HEX #F1ED71 Dolly

📋 copy color: '#F1ED71'

red 241 ◦ green 237 ◦ blue 113

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

Shades of Dolly #F1ED71

Tints of Dolly #F1ED71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.12%

R = 40.78%
G = 40.1%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F1ED71 (or 0xF1ED71) is known color: Dolly. HEX triplet: F1, ED and 71. RGB value is (241,237,113). Sum of RGB (Red+Green+Blue) = 241+237+113=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 113 (44.53% from 255 or 19.12% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED71 is #0E128E. Grayscale: #E0E0E0. Windows color (decimal): -922255 or 7466481. OLE color: 7466481.

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

Color convert

RGB 241 237 113 -
CMYK 0 0.02 0.53 0.05
HSL 58.13º 0.82% 0.69% -
HSV(B) 58.13º 0.53% 0.95% -
XYZ 69.54 80.46 27.49 -
YUV 224.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 241 237 113 0 0.02 0.53 0.05 58.13 0.82 0.69
Hex F1 ED 71 0 2 35 5 3A 52 45
Octal 361 355 161 0 2 65 5 72 122 105
Binary 11110001 11101101 1110001 0 10 110101 101 111010 1010010 1000101

Color Harmonies of #F1ED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED71

Black with #F1ED71

Text Example


Text Example

White with #F1ED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED71; }

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

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

background-color css

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

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

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

border-color css

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

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

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