#FEB15F

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

Shades of Rajah #FEB15F

Tints of Rajah #FEB15F

Color information

#FEB15F (or 0xFEB15F) is unknown color: approx Rajah. HEX triplet: FE, B1 and 5F. RGB value is (254,177,95). Sum of RGB (Red+Green+Blue) = 254+177+95=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB15F is #014EA0. Grayscale: #BFBFBF. Windows color (decimal): -85665 or 6271486. OLE color: 6271486.

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

Color convert

RGB25417795-
CMYK00.300.630.00
HSL30.94º98.76%68.43%-
HSV(B)30.94º62.6%99.61%-
XYZ58.6653.3418.03-
YUV190.6874.01173.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.29%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=48.29%
G=33.65%
B=18.06%

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
Decimal2541779500.300.630.0030.9498.7668.43
HexFEB15F01E3F01f6344
Octal37626113703677037143104
Binary1111111010110001101111101111011111101111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB15F; }

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

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

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

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

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

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

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

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