Html Css Color HEX #F1ED6A Dolly

📋 copy color: '#F1ED6A'

red 241 ◦ green 237 ◦ blue 106

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

Shades of Dolly #F1ED6A

Tints of Dolly #F1ED6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.15%

R = 41.27%
G = 40.58%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1ED6A (or 0xF1ED6A) is known color: Dolly. HEX triplet: F1, ED and 6A. RGB value is (241,237,106). Sum of RGB (Red+Green+Blue) = 241+237+106=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 106 (41.80% from 255 or 18.15% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED6A is #0E1295. Grayscale: #DFDFDF. Windows color (decimal): -922262 or 7007729. OLE color: 7007729.

HSL color Cylindrical-coordinate representation of color #F1ED6A: hue angle of 58.22º degrees, saturation: 0.83, 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 #F1ED6A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 106 -
CMYK 0 0.02 0.56 0.05
HSL 58.22º 0.83% 0.68% -
HSV(B) 58.22º 0.56% 0.95% -
XYZ 69.16 80.31 25.49 -
YUV 223.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 241 237 106 0 0.02 0.56 0.05 58.22 0.83 0.68
Hex F1 ED 6A 0 2 38 5 3A 53 44
Octal 361 355 152 0 2 70 5 72 123 104
Binary 11110001 11101101 1101010 0 10 111000 101 111010 1010011 1000100

Color Harmonies of #F1ED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED6A

Black with #F1ED6A

Text Example


Text Example

White with #F1ED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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