Html Css Color HEX #F5ED6D Dolly

📋 copy color: '#F5ED6D'

red 245 ◦ green 237 ◦ blue 109

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

Shades of Dolly #F5ED6D

Tints of Dolly #F5ED6D

RGB

 RED value IS 245 (96.09% from 255) = 41.46%

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

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

R = 41.46%
G = 40.1%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5ED6D (or 0xF5ED6D) is known color: Dolly. HEX triplet: F5, ED and 6D. RGB value is (245,237,109). Sum of RGB (Red+Green+Blue) = 245+237+109=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 109 (42.97% from 255 or 18.44% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED6D is #0A1292. Grayscale: #E1E1E1. Windows color (decimal): -660115 or 7204341. OLE color: 7204341.

HSL color Cylindrical-coordinate representation of color #F5ED6D: hue angle of 56.47º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5ED6D is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 237 109 -
CMYK 0 0.03 0.56 0.04
HSL 56.47º 0.87% 0.69% -
HSV(B) 56.47º 0.56% 0.96% -
XYZ 70.7 81.08 26.39 -
YUV 224.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 245 237 109 0 0.03 0.56 0.04 56.47 0.87 0.69
Hex F5 ED 6D 0 3 38 4 38 57 45
Octal 365 355 155 0 3 70 4 70 127 105
Binary 11110101 11101101 1101101 0 11 111000 100 111000 1010111 1000101

Color Harmonies of #F5ED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED6D

Black with #F5ED6D

Text Example


Text Example

White with #F5ED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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