#FEB961

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

Shades of Rajah #FEB961

Tints of Rajah #FEB961

Color information

#FEB961 (or 0xFEB961) is unknown color: approx Rajah. HEX triplet: FE, B9 and 61. RGB value is (254,185,97). Sum of RGB (Red+Green+Blue) = 254+185+97=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB961 is #01469E. Grayscale: #C4C4C4. Windows color (decimal): -83615 or 6404606. OLE color: 6404606.

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

Color convert

RGB25418597-
CMYK00.270.620.00
HSL33.63º98.74%68.82%-
HSV(B)33.63º61.81%99.61%-
XYZ60.3856.6319.06-
YUV195.672.36169.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 97 (38.28% from 255) = 18.10%
R=47.39%
G=34.51%
B=18.10%

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
Decimal2541859700.270.620.0033.6398.7468.82
HexFEB96101B3E0226345
Octal37627114103376042143105
Binary11111110101110011100001011011111110010001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB961; }

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

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

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

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

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

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

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

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