#FEB15D

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

Shades of Rajah #FEB15D

Tints of Rajah #FEB15D

Color information

#FEB15D (or 0xFEB15D) is unknown color: approx Rajah. HEX triplet: FE, B1 and 5D. RGB value is (254,177,93). Sum of RGB (Red+Green+Blue) = 254+177+93=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB15D is #014EA2. Grayscale: #BEBEBE. Windows color (decimal): -85667 or 6140414. OLE color: 6140414.

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

Color convert

RGB25417793-
CMYK00.300.630.00
HSL31.3º98.77%68.04%-
HSV(B)31.3º63.39%99.61%-
XYZ58.5753.3117.56-
YUV190.4573.01173.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=48.47%
G=33.78%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541779300.300.630.0031.398.7768.04
HexFEB15D01E3F01f6344
Octal37626113503677037143104
Binary1111111010110001101110101111011111101111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB15D; }

 p { color: rgb(254,177,93); }

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

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

 a { background-color: rgb(254,177,93); }

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

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

 span { border-color: rgb(254,177,93); }

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