#FFB340

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

Shades of Yellow Orange #FFB340

Tints of Yellow Orange #FFB340

Color information

#FFB340 (or 0xFFB340) is unknown color: approx Yellow Orange. HEX triplet: FF, B3 and 40. RGB value is (255,179,64). Sum of RGB (Red+Green+Blue) = 255+179+64=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB340 is #004CBF. Grayscale: #BDBDBD. Windows color (decimal): -19648 or 4240383. OLE color: 4240383.

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

Color convert

RGB25517964-
CMYK00.300.750
HSL36.13º100%62.55%-
HSV(B)36.13º74.9%100%-
XYZ58.2953.8712.18-
YUV188.6157.68175.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 64 (25.39% from 255) = 12.85%
R=51.20%
G=35.94%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551796400.300.75036.1310062.55
HexFFB34001E4B024643f
Octal37726310003611304414477
Binary11111111101100111000000011110100101101001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB340; }

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

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

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

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

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

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

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

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