Html Css Color HEX #FAB760 Rajah

📋 copy color: '#FAB760'

red 250 ◦ green 183 ◦ blue 96

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

Shades of Rajah #FAB760

Tints of Rajah #FAB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.59%

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

R = 47.26%
G = 34.59%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB760 (or 0xFAB760) is known color: Rajah. HEX triplet: FA, B7 and 60. RGB value is (250,183,96). Sum of RGB (Red+Green+Blue) = 250+183+96=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB760 is #05489F. Grayscale: #C1C1C1. Windows color (decimal): -346272 or 6338554. OLE color: 6338554.

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

Color convert

RGB 250 183 96 -
CMYK 0 0.27 0.62 0.02
HSL 33.9º 0.94% 0.68% -
HSV(B) 33.9º 0.62% 0.98% -
XYZ 58.47 55.04 18.61 -
YUV 193.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 250 183 96 0 0.27 0.62 0.02 33.9 0.94 0.68
Hex FA B7 60 0 1B 3E 2 22 5E 44
Octal 372 267 140 0 33 76 2 42 136 104
Binary 11111010 10110111 1100000 0 11011 111110 10 100010 1011110 1000100

Color Harmonies of #FAB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB760

Black with #FAB760

Text Example


Text Example

White with #FAB760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB760; }

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

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

background-color css

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

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

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

border-color css

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

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

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