Html Css Color HEX #FAB564 Rajah

📋 copy color: '#FAB564'

red 250 ◦ green 181 ◦ blue 100

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

Shades of Rajah #FAB564

Tints of Rajah #FAB564

RGB

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

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

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

R = 47.08%
G = 34.09%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAB564 (or 0xFAB564) is known color: Rajah. HEX triplet: FA, B5 and 64. RGB value is (250,181,100). Sum of RGB (Red+Green+Blue) = 250+181+100=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB564 is #054A9B. Grayscale: #C0C0C0. Windows color (decimal): -346780 or 6600186. OLE color: 6600186.

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

Color convert

RGB 250 181 100 -
CMYK 0 0.28 0.6 0.02
HSL 32.4º 0.94% 0.69% -
HSV(B) 32.4º 0.6% 0.98% -
XYZ 58.25 54.29 19.47 -
YUV 192.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 250 181 100 0 0.28 0.6 0.02 32.4 0.94 0.69
Hex FA B5 64 0 1C 3C 2 20 5E 45
Octal 372 265 144 0 34 74 2 40 136 105
Binary 11111010 10110101 1100100 0 11100 111100 10 100000 1011110 1000101

Color Harmonies of #FAB564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB564

Black with #FAB564

Text Example


Text Example

White with #FAB564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB564; }

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

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

background-color css

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

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

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

border-color css

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

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

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