#FFB240

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

Shades of Yellow Orange #FFB240

Tints of Yellow Orange #FFB240

Color information

#FFB240 (or 0xFFB240) is unknown color: approx Yellow Orange. HEX triplet: FF, B2 and 40. RGB value is (255,178,64). Sum of RGB (Red+Green+Blue) = 255+178+64=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB240 is #004DBF. Grayscale: #BCBCBC. Windows color (decimal): -19904 or 4240127. OLE color: 4240127.

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

Color convert

RGB25517864-
CMYK00.300.750
HSL35.81º100%62.55%-
HSV(B)35.81º74.9%100%-
XYZ58.0953.4712.11-
YUV188.0358.01175.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=51.31%
G=35.81%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551786400.300.75035.8110062.55
HexFFB24001E4B024643f
Octal37726210003611304414477
Binary11111111101100101000000011110100101101001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB240; }

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

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

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

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

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

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

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

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