Html Css Color HEX #F0F16A Dolly

📋 copy color: '#F0F16A'

red 240 ◦ green 241 ◦ blue 106

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

Shades of Dolly #F0F16A

Tints of Dolly #F0F16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.06%

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

R = 40.89%
G = 41.06%
B = 18.06%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F0F16A (or 0xF0F16A) is known color: Dolly. HEX triplet: F0, F1 and 6A. RGB value is (240,241,106). Sum of RGB (Red+Green+Blue) = 240+241+106=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 106 (41.80% from 255 or 18.06% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F16A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F16A is #0F0E95. Grayscale: #E1E1E1. Windows color (decimal): -986774 or 7008752. OLE color: 7008752.

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

Color convert

RGB 240 241 106 -
CMYK 0.00 0 0.56 0.05
HSL 60.44º 0.83% 0.68% -
HSV(B) 60.44º 0.56% 0.95% -
XYZ 69.99 82.48 25.87 -
YUV 225.31 60.67 138.48 -
System Red Green Blue C M Y K H S L
Decimal 240 241 106 0.00 0 0.56 0.05 60.44 0.83 0.68
Hex F0 F1 6A 0 0 38 5 3C 53 44
Octal 360 361 152 0 0 70 5 74 123 104
Binary 11110000 11110001 1101010 0 0 111000 101 111100 1010011 1000100

Color Harmonies of #F0F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F16A

Black with #F0F16A

Text Example


Text Example

White with #F0F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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