Html Css Color HEX #FAB96A Rajah

📋 copy color: '#FAB96A'

red 250 ◦ green 185 ◦ blue 106

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

Shades of Rajah #FAB96A

Tints of Rajah #FAB96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.59%

R = 46.21%
G = 34.2%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAB96A (or 0xFAB96A) is known color: Rajah. HEX triplet: FA, B9 and 6A. RGB value is (250,185,106). Sum of RGB (Red+Green+Blue) = 250+185+106=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB96A is #054695. Grayscale: #C3C3C3. Windows color (decimal): -345750 or 6994426. OLE color: 6994426.

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

Color convert

RGB 250 185 106 -
CMYK 0 0.26 0.58 0.02
HSL 32.92º 0.94% 0.7% -
HSV(B) 32.92º 0.58% 0.98% -
XYZ 59.37 56.06 21.33 -
YUV 195.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 250 185 106 0 0.26 0.58 0.02 32.92 0.94 0.7
Hex FA B9 6A 0 1A 3A 2 21 5E 46
Octal 372 271 152 0 32 72 2 41 136 106
Binary 11111010 10111001 1101010 0 11010 111010 10 100001 1011110 1000110

Color Harmonies of #FAB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB96A

Black with #FAB96A

Text Example


Text Example

White with #FAB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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