#FFB15E

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

Shades of Rajah #FFB15E

Tints of Rajah #FFB15E

Color information

#FFB15E (or 0xFFB15E) is unknown color: approx Rajah. HEX triplet: FF, B1 and 5E. RGB value is (255,177,94). Sum of RGB (Red+Green+Blue) = 255+177+94=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB15E is #004EA1. Grayscale: #BFBFBF. Windows color (decimal): -20130 or 6205951. OLE color: 6205951.

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

Color convert

RGB25517794-
CMYK00.310.630
HSL30.93º100%68.43%-
HSV(B)30.93º63.14%100%-
XYZ58.9853.5117.81-
YUV190.8673.34173.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 94 (37.11% from 255) = 17.87%
R=48.48%
G=33.65%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551779400.310.63030.9310068.43
HexFFB15E01F3F01f6444
Octal37726113603777037144104
Binary1111111110110001101111001111111111101111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB15E; }

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

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

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

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

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

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

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

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