#F7B467

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

Shades of Rajah #F7B467

Tints of Rajah #F7B467

Color information

#F7B467 (or 0xF7B467) is unknown color: approx Rajah. HEX triplet: F7, B4 and 67. RGB value is (247,180,103). Sum of RGB (Red+Green+Blue) = 247+180+103=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B467 is #084B98. Grayscale: #BFBFBF. Windows color (decimal): -543641 or 6796535. OLE color: 6796535.

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

Color convert

RGB247180103-
CMYK00.270.580.03
HSL32.08º90%68.63%-
HSV(B)32.08º58.3%96.86%-
XYZ57.1353.420.13-
YUV191.2578.2167.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.60%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 103 (40.62% from 255) = 19.43%
R=46.60%
G=33.96%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718010300.270.580.0332.089068.63
HexF7B46701B3A3205a45
Octal36726414703372340132105
Binary111101111011010011001110110111110101110000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B467; }

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

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

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

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

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

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

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

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