Html Css Color HEX #FABA66 Rajah

📋 copy color: '#FABA66'

red 250 ◦ green 186 ◦ blue 102

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

Shades of Rajah #FABA66

Tints of Rajah #FABA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.96%

R = 46.47%
G = 34.57%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FABA66 (or 0xFABA66) is known color: Rajah. HEX triplet: FA, BA and 66. RGB value is (250,186,102). Sum of RGB (Red+Green+Blue) = 250+186+102=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA66 is #054599. Grayscale: #C3C3C3. Windows color (decimal): -345498 or 6732538. OLE color: 6732538.

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

Color convert

RGB 250 186 102 -
CMYK 0 0.26 0.59 0.02
HSL 34.05º 0.94% 0.69% -
HSV(B) 34.05º 0.59% 0.98% -
XYZ 59.38 56.4 20.33 -
YUV 195.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 250 186 102 0 0.26 0.59 0.02 34.05 0.94 0.69
Hex FA BA 66 0 1A 3B 2 22 5E 45
Octal 372 272 146 0 32 73 2 42 136 105
Binary 11111010 10111010 1100110 0 11010 111011 10 100010 1011110 1000101

Color Harmonies of #FABA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA66

Black with #FABA66

Text Example


Text Example

White with #FABA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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