Html Css Color HEX #FAB961 Rajah

📋 copy color: '#FAB961'

red 250 ◦ green 185 ◦ blue 97

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

Shades of Rajah #FAB961

Tints of Rajah #FAB961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.23%

R = 46.99%
G = 34.77%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAB961 (or 0xFAB961) is known color: Rajah. HEX triplet: FA, B9 and 61. RGB value is (250,185,97). Sum of RGB (Red+Green+Blue) = 250+185+97=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB961 is #05469E. Grayscale: #C2C2C2. Windows color (decimal): -345759 or 6404602. OLE color: 6404602.

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

Color convert

RGB 250 185 97 -
CMYK 0 0.26 0.61 0.02
HSL 34.51º 0.94% 0.68% -
HSV(B) 34.51º 0.61% 0.98% -
XYZ 58.93 55.88 18.99 -
YUV 194.4 73.03 167.66 -
System Red Green Blue C M Y K H S L
Decimal 250 185 97 0 0.26 0.61 0.02 34.51 0.94 0.68
Hex FA B9 61 0 1A 3D 2 23 5E 44
Octal 372 271 141 0 32 75 2 43 136 104
Binary 11111010 10111001 1100001 0 11010 111101 10 100011 1011110 1000100

Color Harmonies of #FAB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB961

Black with #FAB961

Text Example


Text Example

White with #FAB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB961; }

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

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

background-color css

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

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

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

border-color css

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

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

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