#ffbc44

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

Shades of Golden Tainoi #FFBC44

Tints of Golden Tainoi #FFBC44

Color information

#FFBC44 (or 0xFFBC44) is unknown color: approx Golden Tainoi. HEX triplet: FF, BC and 44. RGB value is (255,188,68). Sum of RGB (Red+Green+Blue) = 255+188+68=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC44 is #0043BB. Grayscale: #C2C2C2. Windows color (decimal): -17340 or 4504831. OLE color: 4504831.

HSL color Cylindrical-coordinate representation of color #FFBC44: hue angle of 38.5º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBC44 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB25518868-
CMYK00.260.730
HSL38.5º100%63.33%-
HSV(B)38.5º73.33%100%-
XYZ60.2757.6413.42-
YUV194.3556.7171.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 68 (26.95% from 255) = 13.31%
R=49.90%
G=36.79%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551886800.260.73038.510063.33
HexFFBC4401A49027643f
Octal37727410403211104714477
Binary11111111101111001000100011010100100101001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffbc44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffbc44; }

 p { color: rgb(255,188,68); }

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

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

 a { background-color: rgb(255,188,68); }

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

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

 span { border-color: rgb(255,188,68); }

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