#F7B465

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

Shades of Rajah #F7B465

Tints of Rajah #F7B465

Color information

#F7B465 (or 0xF7B465) is unknown color: approx Rajah. HEX triplet: F7, B4 and 65. RGB value is (247,180,101). Sum of RGB (Red+Green+Blue) = 247+180+101=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B465 is #084B9A. Grayscale: #BFBFBF. Windows color (decimal): -543643 or 6665463. OLE color: 6665463.

HSL color Cylindrical-coordinate representation of color #F7B465: hue angle of 32.47º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7B465 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB247180101-
CMYK00.270.590.03
HSL32.47º90.12%68.24%-
HSV(B)32.47º59.11%96.86%-
XYZ57.0353.3619.61-
YUV191.0377.2167.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.78%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=46.78%
G=34.09%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718010100.270.590.0332.4790.1268.24
HexF7B46501B3B3205a44
Octal36726414503373340132104
Binary111101111011010011001010110111110111110000010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B465; }

 p { color: rgb(247,180,101); }

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

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

 a { background-color: rgb(247,180,101); }

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

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

 span { border-color: rgb(247,180,101); }

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