#F6AD6B

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

Shades of Rajah #F6AD6B

Tints of Rajah #F6AD6B

Color information

#F6AD6B (or 0xF6AD6B) is unknown color: approx Rajah. HEX triplet: F6, AD and 6B. RGB value is (246,173,107). Sum of RGB (Red+Green+Blue) = 246+173+107=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD6B is #095294. Grayscale: #BBBBBB. Windows color (decimal): -610965 or 7056886. OLE color: 7056886.

HSL color Cylindrical-coordinate representation of color #F6AD6B: hue angle of 28.49º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6AD6B is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB246173107-
CMYK00.300.570.04
HSL28.49º88.54%69.22%-
HSV(B)28.49º56.5%96.47%-
XYZ55.650.5420.73-
YUV187.382.68169.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.77%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 107 (42.19% from 255) = 20.34%
R=46.77%
G=32.89%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617310700.300.570.0428.4988.5469.22
HexF6AD6B01E3941c5945
Octal36625515303671434131105
Binary111101101010110111010110111101110011001110010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AD6B; }

 p { color: rgb(246,173,107); }

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

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

 a { background-color: rgb(246,173,107); }

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

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

 span { border-color: rgb(246,173,107); }

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