#FCA962

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

Shades of Rajah #FCA962

Tints of Rajah #FCA962

Color information

#FCA962 (or 0xFCA962) is unknown color: approx Rajah. HEX triplet: FC, A9 and 62. RGB value is (252,169,98). Sum of RGB (Red+Green+Blue) = 252+169+98=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA962 is #03569D. Grayscale: #BABABA. Windows color (decimal): -218782 or 6466044. OLE color: 6466044.

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

Color convert

RGB25216998-
CMYK00.330.610.01
HSL27.66º96.25%68.63%-
HSV(B)27.66º61.11%98.82%-
XYZ56.5449.9518.22-
YUV185.7278.5175.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 98 (38.67% from 255) = 18.88%
R=48.55%
G=32.56%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521699800.330.610.0127.6696.2568.63
HexFCA9620213D11c6045
Octal37425114204175134140105
Binary11111100101010011100010010000111110111110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA962; }

 p { color: rgb(252,169,98); }

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

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

 a { background-color: rgb(252,169,98); }

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

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

 span { border-color: rgb(252,169,98); }

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