#FFB440

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

Shades of Yellow Orange #FFB440

Tints of Yellow Orange #FFB440

Color information

#FFB440 (or 0xFFB440) is unknown color: approx Yellow Orange. HEX triplet: FF, B4 and 40. RGB value is (255,180,64). Sum of RGB (Red+Green+Blue) = 255+180+64=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB440 is #004BBF. Grayscale: #BDBDBD. Windows color (decimal): -19392 or 4240639. OLE color: 4240639.

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

Color convert

RGB25518064-
CMYK00.290.750
HSL36.44º100%62.55%-
HSV(B)36.44º74.9%100%-
XYZ58.4954.2712.24-
YUV189.257.35174.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 64 (25.39% from 255) = 12.83%
R=51.10%
G=36.07%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551806400.290.75036.4410062.55
HexFFB44001D4B024643f
Octal37726410003511304414477
Binary11111111101101001000000011101100101101001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB440; }

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

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

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

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

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

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

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

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