Html Css Color HEX #F9A960 Rajah

📋 copy color: '#F9A960'

red 249 ◦ green 169 ◦ blue 96

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

Shades of Rajah #F9A960

Tints of Rajah #F9A960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.68%

R = 48.44%
G = 32.88%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9A960 (or 0xF9A960) is known color: Rajah. HEX triplet: F9, A9 and 60. RGB value is (249,169,96). Sum of RGB (Red+Green+Blue) = 249+169+96=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A960 is #06569F. Grayscale: #B8B8B8. Windows color (decimal): -415392 or 6334969. OLE color: 6334969.

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

Color convert

RGB 249 169 96 -
CMYK 0 0.32 0.61 0.02
HSL 28.63º 0.93% 0.68% -
HSV(B) 28.63º 0.61% 0.98% -
XYZ 55.37 49.36 17.68 -
YUV 184.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 249 169 96 0 0.32 0.61 0.02 28.63 0.93 0.68
Hex F9 A9 60 0 20 3D 2 1D 5D 44
Octal 371 251 140 0 40 75 2 35 135 104
Binary 11111001 10101001 1100000 0 100000 111101 10 11101 1011101 1000100

Color Harmonies of #F9A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A960

Black with #F9A960

Text Example


Text Example

White with #F9A960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A960; }

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

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

background-color css

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

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

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

border-color css

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

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

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