Html Css Color HEX #FAB565 Rajah

📋 copy color: '#FAB565'

red 250 ◦ green 181 ◦ blue 101

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

Shades of Rajah #FAB565

Tints of Rajah #FAB565

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.02%

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

R = 46.99%
G = 34.02%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAB565 (or 0xFAB565) is known color: Rajah. HEX triplet: FA, B5 and 65. RGB value is (250,181,101). Sum of RGB (Red+Green+Blue) = 250+181+101=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB565 is #054A9A. Grayscale: #C0C0C0. Windows color (decimal): -346779 or 6665722. OLE color: 6665722.

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

Color convert

RGB 250 181 101 -
CMYK 0 0.28 0.60 0.02
HSL 32.21º 0.94% 0.69% -
HSV(B) 32.21º 0.6% 0.98% -
XYZ 58.3 54.31 19.72 -
YUV 192.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 250 181 101 0 0.28 0.60 0.02 32.21 0.94 0.69
Hex FA B5 65 0 1C 3C 2 20 5E 45
Octal 372 265 145 0 34 74 2 40 136 105
Binary 11111010 10110101 1100101 0 11100 111100 10 100000 1011110 1000101

Color Harmonies of #FAB565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB565

Black with #FAB565

Text Example


Text Example

White with #FAB565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB565; }

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

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

background-color css

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

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

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

border-color css

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

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

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