Html Css Color HEX #F9A963 Rajah

📋 copy color: '#F9A963'

red 249 ◦ green 169 ◦ blue 99

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

Shades of Rajah #F9A963

Tints of Rajah #F9A963

RGB

 RED value IS 249 (97.66% from 255) = 48.16%

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

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

R = 48.16%
G = 32.69%
B = 19.15%

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

#F9A963 (or 0xF9A963) is known color: Rajah. HEX triplet: F9, A9 and 63. RGB value is (249,169,99). Sum of RGB (Red+Green+Blue) = 249+169+99=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A963 is #06569C. Grayscale: #B9B9B9. Windows color (decimal): -415389 or 6531577. OLE color: 6531577.

HSL color Cylindrical-coordinate representation of color #F9A963: hue angle of 28º degrees, saturation: 0.93, 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 #F9A963 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 169 99 -
CMYK 0 0.32 0.60 0.02
HSL 28º 0.93% 0.68% -
HSV(B) 28º 0.6% 0.98% -
XYZ 55.51 49.42 18.42 -
YUV 184.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 249 169 99 0 0.32 0.60 0.02 28 0.93 0.68
Hex F9 A9 63 0 20 3C 2 1C 5D 44
Octal 371 251 143 0 40 74 2 34 135 104
Binary 11111001 10101001 1100011 0 100000 111100 10 11100 1011101 1000100

Color Harmonies of #F9A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A963

Black with #F9A963

Text Example


Text Example

White with #F9A963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A963; }

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

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

background-color css

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

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

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

border-color css

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

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

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