#F6F27B

Color #F6F27B Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #F6F27B

Tints of Dolly #F6F27B

Color information

#F6F27B (or 0xF6F27B) is unknown color: approx Dolly. HEX triplet: F6, F2 and 7B. RGB value is (246,242,123). Sum of RGB (Red+Green+Blue) = 246+242+123=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F27B is #090D84. Grayscale: #E6E6E6. Windows color (decimal): -593285 or 8123126. OLE color: 8123126.

HSL color Cylindrical-coordinate representation of color #F6F27B: hue angle of 58.05º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6F27B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246242123-
CMYK00.020.500.04
HSL58.05º87.23%72.35%-
HSV(B)58.05º50%96.47%-
XYZ73.3384.5331.19-
YUV229.6367.83139.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 123 (48.44% from 255) = 20.13%
R=40.26%
G=39.61%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624212300.020.500.0458.0587.2372.35
HexF6F27B023243a5748
Octal3663621730262472127110
Binary1111011011110010111101101011001010011101010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F27B; }

 p { color: rgb(246,242,123); }

 H1.HeaderClassName
 {
   color: #F6F27B;
 }
 .AnyTagClassName
 {
   color: #F6F27B;
 }
</style>
background-color css

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

 a { background-color: rgb(246,242,123); }

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

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

 span { border-color: rgb(246,242,123); }

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