Html Css Color HEX #FAB460 Rajah

📋 copy color: '#FAB460'

red 250 ◦ green 180 ◦ blue 96

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

Shades of Rajah #FAB460

Tints of Rajah #FAB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.22%

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

R = 47.53%
G = 34.22%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB460 (or 0xFAB460) is known color: Rajah. HEX triplet: FA, B4 and 60. RGB value is (250,180,96). Sum of RGB (Red+Green+Blue) = 250+180+96=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB460 is #054B9F. Grayscale: #BFBFBF. Windows color (decimal): -347040 or 6337786. OLE color: 6337786.

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

Color convert

RGB 250 180 96 -
CMYK 0 0.28 0.62 0.02
HSL 32.73º 0.94% 0.68% -
HSV(B) 32.73º 0.62% 0.98% -
XYZ 57.86 53.81 18.4 -
YUV 191.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 250 180 96 0 0.28 0.62 0.02 32.73 0.94 0.68
Hex FA B4 60 0 1C 3E 2 21 5E 44
Octal 372 264 140 0 34 76 2 41 136 104
Binary 11111010 10110100 1100000 0 11100 111110 10 100001 1011110 1000100

Color Harmonies of #FAB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB460

Black with #FAB460

Text Example


Text Example

White with #FAB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB460; }

 p { color: rgb(250,180,96); }

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

background-color css

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

 a { background-color: rgb(250,180,96); }

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

border-color css

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

 span { border-color: rgb(250,180,96); }

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