#FBF368

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

Shades of Dolly #FBF368

Tints of Dolly #FBF368

Color information

#FBF368 (or 0xFBF368) is unknown color: approx Dolly. HEX triplet: FB, F3 and 68. RGB value is (251,243,104). Sum of RGB (Red+Green+Blue) = 251+243+104=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 104 (41.02% from 255 or 17.39% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF368 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF368 is #040C97. Grayscale: #E6E6E6. Windows color (decimal): -265368 or 6878203. OLE color: 6878203.

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

Color convert

RGB251243104-
CMYK00.030.590.02
HSL56.73º94.84%69.61%-
HSV(B)56.73º58.57%98.43%-
XYZ74.3385.6125.7-
YUV229.5557.15143.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.97%
GREEN value IS 243 (95.31% from 255) = 40.64%
BLUE value IS 104 (41.02% from 255) = 17.39%
R=41.97%
G=40.64%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124310400.030.590.0256.7394.8469.61
HexFBF368033B2395f46
Octal3733631500373271137106
Binary111110111111001111010000111110111011100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF368; }

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

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

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

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

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

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

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

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