Html Css Color HEX #FABA65 Rajah

📋 copy color: '#FABA65'

red 250 ◦ green 186 ◦ blue 101

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

Shades of Rajah #FABA65

Tints of Rajah #FABA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.64%

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 46.55%
G = 34.64%
B = 18.81%

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

#FABA65 (or 0xFABA65) is known color: Rajah. HEX triplet: FA, BA and 65. RGB value is (250,186,101). Sum of RGB (Red+Green+Blue) = 250+186+101=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA65 is #05459A. Grayscale: #C3C3C3. Windows color (decimal): -345499 or 6667002. OLE color: 6667002.

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

Color convert

RGB 250 186 101 -
CMYK 0 0.26 0.60 0.02
HSL 34.23º 0.94% 0.69% -
HSV(B) 34.23º 0.6% 0.98% -
XYZ 59.33 56.38 20.07 -
YUV 195.45 74.7 166.91 -
System Red Green Blue C M Y K H S L
Decimal 250 186 101 0 0.26 0.60 0.02 34.23 0.94 0.69
Hex FA BA 65 0 1A 3C 2 22 5E 45
Octal 372 272 145 0 32 74 2 42 136 105
Binary 11111010 10111010 1100101 0 11010 111100 10 100010 1011110 1000101

Color Harmonies of #FABA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA65

Black with #FABA65

Text Example


Text Example

White with #FABA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA65; }

 p { color: rgb(250,186,101); }

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

background-color css

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

 a { background-color: rgb(250,186,101); }

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

border-color css

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

 span { border-color: rgb(250,186,101); }

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