#FFB13F

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

Shades of Yellow Orange #FFB13F

Tints of Yellow Orange #FFB13F

Color information

#FFB13F (or 0xFFB13F) is unknown color: approx Yellow Orange. HEX triplet: FF, B1 and 3F. RGB value is (255,177,63). Sum of RGB (Red+Green+Blue) = 255+177+63=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB13F is #004EC0. Grayscale: #BBBBBB. Windows color (decimal): -20161 or 4174335. OLE color: 4174335.

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

Color convert

RGB25517763-
CMYK00.310.750
HSL35.62º100%62.35%-
HSV(B)35.62º75.29%100%-
XYZ57.8653.0611.9-
YUV187.3357.84176.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 63 (25% from 255) = 12.73%
R=51.52%
G=35.76%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551776300.310.75035.6210062.35
HexFFB13F01F4B024643e
Octal3772617703711304414476
Binary1111111110110001111111011111100101101001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB13F; }

 p { color: rgb(255,177,63); }

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

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

 a { background-color: rgb(255,177,63); }

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

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

 span { border-color: rgb(255,177,63); }

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