#F7AB5F

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

Shades of Rajah #F7AB5F

Tints of Rajah #F7AB5F

Color information

#F7AB5F (or 0xF7AB5F) is unknown color: approx Rajah. HEX triplet: F7, AB and 5F. RGB value is (247,171,95). Sum of RGB (Red+Green+Blue) = 247+171+95=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AB5F is #0854A0. Grayscale: #B9B9B9. Windows color (decimal): -545953 or 6269943. OLE color: 6269943.

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

Color convert

RGB24717195-
CMYK00.310.620.03
HSL30º90.48%67.06%-
HSV(B)30º61.54%96.86%-
XYZ54.9949.7317.53-
YUV185.0677.18172.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.15%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 18.52%
R=48.15%
G=33.33%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471719500.310.620.033090.4867.06
HexF7AB5F01F3E31e5a43
Octal36725313703776336132103
Binary11110111101010111011111011111111110111111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AB5F; }

 p { color: rgb(247,171,95); }

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

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

 a { background-color: rgb(247,171,95); }

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

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

 span { border-color: rgb(247,171,95); }

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