Html Css Color HEX #F1ED68 Dolly

📋 copy color: '#F1ED68'

red 241 ◦ green 237 ◦ blue 104

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

Shades of Dolly #F1ED68

Tints of Dolly #F1ED68

RGB

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

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

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

R = 41.41%
G = 40.72%
B = 17.87%

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

#F1ED68 (or 0xF1ED68) is known color: Dolly. HEX triplet: F1, ED and 68. RGB value is (241,237,104). Sum of RGB (Red+Green+Blue) = 241+237+104=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 104 (41.02% from 255 or 17.87% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED68 is #0E1297. Grayscale: #DFDFDF. Windows color (decimal): -922264 or 6876657. OLE color: 6876657.

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

Color convert

RGB 241 237 104 -
CMYK 0 0.02 0.57 0.05
HSL 58.25º 0.83% 0.68% -
HSV(B) 58.25º 0.57% 0.95% -
XYZ 69.06 80.27 24.95 -
YUV 223.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 241 237 104 0 0.02 0.57 0.05 58.25 0.83 0.68
Hex F1 ED 68 0 2 39 5 3A 53 44
Octal 361 355 150 0 2 71 5 72 123 104
Binary 11110001 11101101 1101000 0 10 111001 101 111010 1010011 1000100

Color Harmonies of #F1ED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED68

Black with #F1ED68

Text Example


Text Example

White with #F1ED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED68; }

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

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

background-color css

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

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

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

border-color css

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

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

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