#FBF369

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

Shades of Dolly #FBF369

Tints of Dolly #FBF369

Color information

#FBF369 (or 0xFBF369) is unknown color: approx Dolly. HEX triplet: FB, F3 and 69. RGB value is (251,243,105). Sum of RGB (Red+Green+Blue) = 251+243+105=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 105 (41.41% from 255 or 17.53% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF369 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF369 is #040C96. Grayscale: #E6E6E6. Windows color (decimal): -265367 or 6943739. OLE color: 6943739.

HSL color Cylindrical-coordinate representation of color #FBF369: hue angle of 56.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBF369 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251243105-
CMYK00.030.580.02
HSL56.71º94.81%69.8%-
HSV(B)56.71º58.17%98.43%-
XYZ74.3885.6325.97-
YUV229.6657.65143.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 105 (41.41% from 255) = 17.53%
R=41.90%
G=40.57%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124310500.030.580.0256.7194.8169.8
HexFBF369033A2395f46
Octal3733631510372271137106
Binary111110111111001111010010111110101011100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF369; }

 p { color: rgb(251,243,105); }

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

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

 a { background-color: rgb(251,243,105); }

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

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

 span { border-color: rgb(251,243,105); }

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