Html Css Color HEX #F0ED6A Dolly

📋 copy color: '#F0ED6A'

red 240 ◦ green 237 ◦ blue 106

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

Shades of Dolly #F0ED6A

Tints of Dolly #F0ED6A

RGB

 RED value IS 240 (94.14% from 255) = 41.17%

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

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

R = 41.17%
G = 40.65%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0ED6A (or 0xF0ED6A) is known color: Dolly. HEX triplet: F0, ED and 6A. RGB value is (240,237,106). Sum of RGB (Red+Green+Blue) = 240+237+106=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 106 (41.80% from 255 or 18.18% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0ED6A is #0F1295. Grayscale: #DFDFDF. Windows color (decimal): -987798 or 7007728. OLE color: 7007728.

HSL color Cylindrical-coordinate representation of color #F0ED6A: hue angle of 58.66º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0ED6A is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 237 106 -
CMYK 0 0.01 0.56 0.06
HSL 58.66º 0.82% 0.68% -
HSV(B) 58.66º 0.56% 0.94% -
XYZ 68.82 80.13 25.48 -
YUV 222.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 240 237 106 0 0.01 0.56 0.06 58.66 0.82 0.68
Hex F0 ED 6A 0 1 38 6 3B 52 44
Octal 360 355 152 0 1 70 6 73 122 104
Binary 11110000 11101101 1101010 0 1 111000 110 111011 1010010 1000100

Color Harmonies of #F0ED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED6A

Black with #F0ED6A

Text Example


Text Example

White with #F0ED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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