Html Css Color HEX #FAB86A Rajah

📋 copy color: '#FAB86A'

red 250 ◦ green 184 ◦ blue 106

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

Shades of Rajah #FAB86A

Tints of Rajah #FAB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.07%

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

R = 46.3%
G = 34.07%
B = 19.63%

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

#FAB86A (or 0xFAB86A) is known color: Rajah. HEX triplet: FA, B8 and 6A. RGB value is (250,184,106). Sum of RGB (Red+Green+Blue) = 250+184+106=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB86A is #054795. Grayscale: #C3C3C3. Windows color (decimal): -346006 or 6994170. OLE color: 6994170.

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

Color convert

RGB 250 184 106 -
CMYK 0 0.26 0.58 0.02
HSL 32.5º 0.94% 0.7% -
HSV(B) 32.5º 0.58% 0.98% -
XYZ 59.17 55.65 21.26 -
YUV 194.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 250 184 106 0 0.26 0.58 0.02 32.5 0.94 0.7
Hex FA B8 6A 0 1A 3A 2 20 5E 46
Octal 372 270 152 0 32 72 2 40 136 106
Binary 11111010 10111000 1101010 0 11010 111010 10 100000 1011110 1000110

Color Harmonies of #FAB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB86A

Black with #FAB86A

Text Example


Text Example

White with #FAB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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