#FBBA49

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

Shades of Koromiko #FBBA49

Tints of Koromiko #FBBA49

Color information

#FBBA49 (or 0xFBBA49) is unknown color: approx Koromiko. HEX triplet: FB, BA and 49. RGB value is (251,186,73). Sum of RGB (Red+Green+Blue) = 251+186+73=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA49 is #0445B6. Grayscale: #C1C1C1. Windows color (decimal): -279991 or 4831995. OLE color: 4831995.

HSL color Cylindrical-coordinate representation of color #FBBA49: hue angle of 38.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBBA49 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25118673-
CMYK00.260.710.02
HSL38.09º95.7%63.53%-
HSV(B)38.09º70.92%98.43%-
XYZ58.5556.1114.05-
YUV192.5560.53169.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 73 (28.91% from 255) = 14.31%
R=49.22%
G=36.47%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511867300.260.710.0238.0995.763.53
HexFBBA4901A472266040
Octal373272111032107246140100
Binary1111101110111010100100101101010001111010011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA49; }

 p { color: rgb(251,186,73); }

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

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

 a { background-color: rgb(251,186,73); }

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

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

 span { border-color: rgb(251,186,73); }

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