#fea762

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

Shades of Rajah #FEA762

Tints of Rajah #FEA762

Color information

#FEA762 (or 0xFEA762) is unknown color: approx Rajah. HEX triplet: FE, A7 and 62. RGB value is (254,167,98). Sum of RGB (Red+Green+Blue) = 254+167+98=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA762 is #01589D. Grayscale: #B9B9B9. Windows color (decimal): -88222 or 6465534. OLE color: 6465534.

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

Color convert

RGB25416798-
CMYK00.340.610.00
HSL26.54º98.73%69.02%-
HSV(B)26.54º61.42%99.61%-
XYZ56.949.5918.13-
YUV185.1578.82177.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.94%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 98 (38.67% from 255) = 18.88%
R=48.94%
G=32.18%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541679800.340.610.0026.5498.7369.02
HexFEA7620223D01b6345
Octal37624714204275033143105
Binary11111110101001111100010010001011110101101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fea762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fea762; }

 p { color: rgb(254,167,98); }

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

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

 a { background-color: rgb(254,167,98); }

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

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

 span { border-color: rgb(254,167,98); }

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