Html Css Color HEX #FAA963 Rajah

📋 copy color: '#FAA963'

red 250 ◦ green 169 ◦ blue 99

#FAA963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FAA963

Tints of Rajah #FAA963

RGB

 RED value IS 250 (98.05% from 255) = 48.26%

 GREEN value IS 169 (66.41% from 255) = 32.63%

 BLUE value IS 99 (39.06% from 255) = 19.11%

R = 48.26%
G = 32.63%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAA963 (or 0xFAA963) is known color: Rajah. HEX triplet: FA, A9 and 63. RGB value is (250,169,99). Sum of RGB (Red+Green+Blue) = 250+169+99=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA963 is #05569C. Grayscale: #B9B9B9. Windows color (decimal): -349853 or 6531578. OLE color: 6531578.

HSL color Cylindrical-coordinate representation of color #FAA963: hue angle of 27.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAA963 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 99 -
CMYK 0 0.32 0.60 0.02
HSL 27.81º 0.94% 0.68% -
HSV(B) 27.81º 0.6% 0.98% -
XYZ 55.86 49.6 18.43 -
YUV 185.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 250 169 99 0 0.32 0.60 0.02 27.81 0.94 0.68
Hex FA A9 63 0 20 3C 2 1C 5E 44
Octal 372 251 143 0 40 74 2 34 136 104
Binary 11111010 10101001 1100011 0 100000 111100 10 11100 1011110 1000100

Color Harmonies of #FAA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA963

Black with #FAA963

Text Example


Text Example

White with #FAA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA963; }

 p { color: rgb(250,169,99); }

 H1.HeaderClassName
 {
   color: #FAA963;
 }
 .AnyTagClassName
 {
   color: #FAA963;
 }
</style>

background-color css

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

 a { background-color: rgb(250,169,99); }

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

border-color css

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

 span { border-color: rgb(250,169,99); }

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