#FFB444

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

Shades of Yellow Orange #FFB444

Tints of Yellow Orange #FFB444

Color information

#FFB444 (or 0xFFB444) is unknown color: approx Yellow Orange. HEX triplet: FF, B4 and 44. RGB value is (255,180,68). Sum of RGB (Red+Green+Blue) = 255+180+68=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB444 is #004BBB. Grayscale: #BEBEBE. Windows color (decimal): -19388 or 4502783. OLE color: 4502783.

HSL color Cylindrical-coordinate representation of color #FFB444: hue angle of 35.94º 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 #FFB444 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB25518068-
CMYK00.290.730
HSL35.94º100%63.33%-
HSV(B)35.94º73.33%100%-
XYZ58.654.3212.86-
YUV189.6659.35174.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 68 (26.95% from 255) = 13.52%
R=50.70%
G=35.79%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551806800.290.73035.9410063.33
HexFFB44401D49024643f
Octal37726410403511104414477
Binary11111111101101001000100011101100100101001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB444; }

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

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

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

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

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

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

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

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