#FFB363

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

Shades of Rajah #FFB363

Tints of Rajah #FFB363

Color information

#FFB363 (or 0xFFB363) is unknown color: approx Rajah. HEX triplet: FF, B3 and 63. RGB value is (255,179,99). Sum of RGB (Red+Green+Blue) = 255+179+99=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB363 is #004C9C. Grayscale: #C1C1C1. Windows color (decimal): -19613 or 6534143. OLE color: 6534143.

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

Color convert

RGB25517999-
CMYK00.300.610
HSL30.77º100%69.41%-
HSV(B)30.77º61.18%100%-
XYZ59.6154.419.16-
YUV192.675.18172.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 99 (39.06% from 255) = 18.57%
R=47.84%
G=33.58%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551799900.300.61030.7710069.41
HexFFB36301E3D01f6445
Octal37726314303675037144105
Binary1111111110110011110001101111011110101111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB363; }

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

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

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

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

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

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

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

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