#FEB061

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

Shades of Rajah #FEB061

Tints of Rajah #FEB061

Color information

#FEB061 (or 0xFEB061) is unknown color: approx Rajah. HEX triplet: FE, B0 and 61. RGB value is (254,176,97). Sum of RGB (Red+Green+Blue) = 254+176+97=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB061 is #014F9E. Grayscale: #BEBEBE. Windows color (decimal): -85919 or 6402302. OLE color: 6402302.

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

Color convert

RGB25417697-
CMYK00.310.620.00
HSL30.19º98.74%68.82%-
HSV(B)30.19º61.81%99.61%-
XYZ58.5652.9818.45-
YUV190.3275.34173.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 97 (38.28% from 255) = 18.41%
R=48.20%
G=33.40%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541769700.310.620.0030.1998.7468.82
HexFEB06101F3E01e6345
Octal37626014103776036143105
Binary1111111010110000110000101111111111001111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB061; }

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

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

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

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

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

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

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

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