#FFB344

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

Shades of Yellow Orange #FFB344

Tints of Yellow Orange #FFB344

Color information

#FFB344 (or 0xFFB344) is unknown color: approx Yellow Orange. HEX triplet: FF, B3 and 44. RGB value is (255,179,68). Sum of RGB (Red+Green+Blue) = 255+179+68=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB344 is #004CBB. Grayscale: #BDBDBD. Windows color (decimal): -19644 or 4502527. OLE color: 4502527.

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

Color convert

RGB25517968-
CMYK00.300.730
HSL35.61º100%63.33%-
HSV(B)35.61º73.33%100%-
XYZ58.453.9212.8-
YUV189.0759.68175.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 68 (26.95% from 255) = 13.55%
R=50.80%
G=35.66%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551796800.300.73035.6110063.33
HexFFB34401E49024643f
Octal37726310403611104414477
Binary11111111101100111000100011110100100101001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB344; }

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

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

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

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

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

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

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

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