#FEBA61

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

Shades of Rajah #FEBA61

Tints of Rajah #FEBA61

Color information

#FEBA61 (or 0xFEBA61) is unknown color: approx Rajah. HEX triplet: FE, BA and 61. RGB value is (254,186,97). Sum of RGB (Red+Green+Blue) = 254+186+97=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA61 is #01459E. Grayscale: #C4C4C4. Windows color (decimal): -83359 or 6404862. OLE color: 6404862.

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

Color convert

RGB25418697-
CMYK00.270.620.00
HSL34.01º98.74%68.82%-
HSV(B)34.01º61.81%99.61%-
XYZ60.5957.0519.13-
YUV196.1972.03169.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.30%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 97 (38.28% from 255) = 18.06%
R=47.30%
G=34.64%
B=18.06%

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
Decimal2541869700.270.620.0034.0198.7468.82
HexFEBA6101B3E0226345
Octal37627214103376042143105
Binary11111110101110101100001011011111110010001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA61; }

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

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

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

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

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

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

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

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