#FFB36B

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

Shades of Rajah #FFB36B

Tints of Rajah #FFB36B

Color information

#FFB36B (or 0xFFB36B) is unknown color: approx Rajah. HEX triplet: FF, B3 and 6B. RGB value is (255,179,107). Sum of RGB (Red+Green+Blue) = 255+179+107=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB36B is #004C94. Grayscale: #C1C1C1. Windows color (decimal): -19605 or 7058431. OLE color: 7058431.

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

Color convert

RGB255179107-
CMYK00.300.580
HSL29.19º100%70.98%-
HSV(B)29.19º58.04%100%-
XYZ60.0154.5621.28-
YUV193.5279.18171.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 107 (42.19% from 255) = 19.78%
R=47.13%
G=33.09%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517910700.300.58029.1910070.98
HexFFB36B01E3A01d6447
Octal37726315303672035144107
Binary1111111110110011110101101111011101001110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB36B; }

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

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

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

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

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

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

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

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