#FBD07C

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

Shades of Salomie #FBD07C

Tints of Salomie #FBD07C

Color information

#FBD07C (or 0xFBD07C) is unknown color: approx Salomie. HEX triplet: FB, D0 and 7C. RGB value is (251,208,124). Sum of RGB (Red+Green+Blue) = 251+208+124=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD07C is #042F83. Grayscale: #D3D3D3. Windows color (decimal): -274308 or 8179963. OLE color: 8179963.

HSL color Cylindrical-coordinate representation of color #FBD07C: hue angle of 39.69º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBD07C is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB251208124-
CMYK00.170.510.02
HSL39.69º94.07%73.53%-
HSV(B)39.69º50.6%98.43%-
XYZ65.9867.0828.54-
YUV211.2878.75156.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 124 (48.83% from 255) = 21.27%
R=43.05%
G=35.68%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120812400.170.510.0239.6994.0773.53
HexFBD07C011332285e4a
Octal37332017402163250136112
Binary111110111101000011111000100011100111010100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD07C; }

 p { color: rgb(251,208,124); }

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

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

 a { background-color: rgb(251,208,124); }

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

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

 span { border-color: rgb(251,208,124); }

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