Html Css Color HEX #FABA64 Rajah

📋 copy color: '#FABA64'

red 250 ◦ green 186 ◦ blue 100

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

Shades of Rajah #FABA64

Tints of Rajah #FABA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 46.64%
G = 34.7%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FABA64 (or 0xFABA64) is known color: Rajah. HEX triplet: FA, BA and 64. RGB value is (250,186,100). Sum of RGB (Red+Green+Blue) = 250+186+100=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA64 is #05459B. Grayscale: #C3C3C3. Windows color (decimal): -345500 or 6601466. OLE color: 6601466.

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

Color convert

RGB 250 186 100 -
CMYK 0 0.26 0.6 0.02
HSL 34.4º 0.94% 0.69% -
HSV(B) 34.4º 0.6% 0.98% -
XYZ 59.28 56.36 19.81 -
YUV 195.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 250 186 100 0 0.26 0.6 0.02 34.4 0.94 0.69
Hex FA BA 64 0 1A 3C 2 22 5E 45
Octal 372 272 144 0 32 74 2 42 136 105
Binary 11111010 10111010 1100100 0 11010 111100 10 100010 1011110 1000101

Color Harmonies of #FABA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA64

Black with #FABA64

Text Example


Text Example

White with #FABA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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