#F7B169

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

Shades of Rajah #F7B169

Tints of Rajah #F7B169

Color information

#F7B169 (or 0xF7B169) is unknown color: approx Rajah. HEX triplet: F7, B1 and 69. RGB value is (247,177,105). Sum of RGB (Red+Green+Blue) = 247+177+105=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B169 is #084E96. Grayscale: #BEBEBE. Windows color (decimal): -544407 or 6926839. OLE color: 6926839.

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

Color convert

RGB247177105-
CMYK00.280.570.03
HSL30.42º89.87%69.02%-
HSV(B)30.42º57.49%96.86%-
XYZ56.6352.2420.46-
YUV189.7280.19168.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.69%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 105 (41.41% from 255) = 19.85%
R=46.69%
G=33.46%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717710500.280.570.0330.4289.8769.02
HexF7B16901C3931e5a45
Octal36726115103471336132105
Binary11110111101100011101001011100111001111111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B169; }

 p { color: rgb(247,177,105); }

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

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

 a { background-color: rgb(247,177,105); }

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

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

 span { border-color: rgb(247,177,105); }

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