#FEB561

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

Shades of Rajah #FEB561

Tints of Rajah #FEB561

Color information

#FEB561 (or 0xFEB561) is unknown color: approx Rajah. HEX triplet: FE, B5 and 61. RGB value is (254,181,97). Sum of RGB (Red+Green+Blue) = 254+181+97=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB561 is #014A9E. Grayscale: #C1C1C1. Windows color (decimal): -84639 or 6403582. OLE color: 6403582.

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

Color convert

RGB25418197-
CMYK00.290.620.00
HSL32.1º98.74%68.82%-
HSV(B)32.1º61.81%99.61%-
XYZ59.5554.9818.78-
YUV193.2573.68171.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.74%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=47.74%
G=34.02%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541819700.290.620.0032.198.7468.82
HexFEB56101D3E0206345
Octal37626514103576040143105
Binary11111110101101011100001011101111110010000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB561; }

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

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

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

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

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

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

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

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