#FEBA60

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

Shades of Rajah #FEBA60

Tints of Rajah #FEBA60

Color information

#FEBA60 (or 0xFEBA60) is unknown color: approx Rajah. HEX triplet: FE, BA and 60. RGB value is (254,186,96). Sum of RGB (Red+Green+Blue) = 254+186+96=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA60 is #01459F. Grayscale: #C4C4C4. Windows color (decimal): -83360 or 6339326. OLE color: 6339326.

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

Color convert

RGB25418696-
CMYK00.270.620.00
HSL34.18º98.75%68.63%-
HSV(B)34.18º62.2%99.61%-
XYZ60.5457.0318.88-
YUV196.0771.53169.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 96 (37.89% from 255) = 17.91%
R=47.39%
G=34.70%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541869600.270.620.0034.1898.7568.63
HexFEBA6001B3E0226345
Octal37627214003376042143105
Binary11111110101110101100000011011111110010001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA60; }

 p { color: rgb(254,186,96); }

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

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

 a { background-color: rgb(254,186,96); }

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

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

 span { border-color: rgb(254,186,96); }

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