Html Css Color HEX #FAB960 Rajah

📋 copy color: '#FAB960'

red 250 ◦ green 185 ◦ blue 96

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

Shades of Rajah #FAB960

Tints of Rajah #FAB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

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

R = 47.08%
G = 34.84%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB960 (or 0xFAB960) is known color: Rajah. HEX triplet: FA, B9 and 60. RGB value is (250,185,96). Sum of RGB (Red+Green+Blue) = 250+185+96=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB960 is #05469F. Grayscale: #C2C2C2. Windows color (decimal): -345760 or 6339066. OLE color: 6339066.

HSL color Cylindrical-coordinate representation of color #FAB960: hue angle of 34.68º 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 #FAB960 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 185 96 -
CMYK 0 0.26 0.62 0.02
HSL 34.68º 0.94% 0.68% -
HSV(B) 34.68º 0.62% 0.98% -
XYZ 58.88 55.87 18.75 -
YUV 194.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 250 185 96 0 0.26 0.62 0.02 34.68 0.94 0.68
Hex FA B9 60 0 1A 3E 2 23 5E 44
Octal 372 271 140 0 32 76 2 43 136 104
Binary 11111010 10111001 1100000 0 11010 111110 10 100011 1011110 1000100

Color Harmonies of #FAB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB960

Black with #FAB960

Text Example


Text Example

White with #FAB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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