Html Css Color HEX #FAB963 Rajah

📋 copy color: '#FAB963'

red 250 ◦ green 185 ◦ blue 99

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

Shades of Rajah #FAB963

Tints of Rajah #FAB963

RGB

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

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

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

R = 46.82%
G = 34.64%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAB963 (or 0xFAB963) is known color: Rajah. HEX triplet: FA, B9 and 63. RGB value is (250,185,99). Sum of RGB (Red+Green+Blue) = 250+185+99=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB963 is #05469C. Grayscale: #C3C3C3. Windows color (decimal): -345757 or 6535674. OLE color: 6535674.

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

Color convert

RGB 250 185 99 -
CMYK 0 0.26 0.60 0.02
HSL 34.17º 0.94% 0.68% -
HSV(B) 34.17º 0.6% 0.98% -
XYZ 59.03 55.92 19.49 -
YUV 194.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 250 185 99 0 0.26 0.60 0.02 34.17 0.94 0.68
Hex FA B9 63 0 1A 3C 2 22 5E 44
Octal 372 271 143 0 32 74 2 42 136 104
Binary 11111010 10111001 1100011 0 11010 111100 10 100010 1011110 1000100

Color Harmonies of #FAB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB963

Black with #FAB963

Text Example


Text Example

White with #FAB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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