#FAB46B

Color #FAB46B Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #FAB46B

Tints of Rajah #FAB46B

Color information

#FAB46B (or 0xFAB46B) is unknown color: approx Rajah. HEX triplet: FA, B4 and 6B. RGB value is (250,180,107). Sum of RGB (Red+Green+Blue) = 250+180+107=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB46B is #054B94. Grayscale: #C0C0C0. Windows color (decimal): -347029 or 7058682. OLE color: 7058682.

HSL color Cylindrical-coordinate representation of color #FAB46B: hue angle of 30.63º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAB46B is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB250180107-
CMYK00.280.570.02
HSL30.63º93.46%70%-
HSV(B)30.63º57.2%98.04%-
XYZ58.454.0321.26-
YUV192.6179.69168.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 107 (42.19% from 255) = 19.93%
R=46.55%
G=33.52%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018010700.280.570.0230.6393.4670
HexFAB46B01C3921f5d46
Octal37226415303471237135106
Binary11111010101101001101011011100111001101111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB46B; }

 p { color: rgb(250,180,107); }

 H1.HeaderClassName
 {
   color: #FAB46B;
 }
 .AnyTagClassName
 {
   color: #FAB46B;
 }
</style>
background-color css

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

 a { background-color: rgb(250,180,107); }

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

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

 span { border-color: rgb(250,180,107); }

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