#F7AC5C

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

Shades of Rajah #F7AC5C

Tints of Rajah #F7AC5C

Color information

#F7AC5C (or 0xF7AC5C) is unknown color: approx Rajah. HEX triplet: F7, AC and 5C. RGB value is (247,172,92). Sum of RGB (Red+Green+Blue) = 247+172+92=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AC5C is #0853A3. Grayscale: #B9B9B9. Windows color (decimal): -545700 or 6073591. OLE color: 6073591.

HSL color Cylindrical-coordinate representation of color #F7AC5C: hue angle of 30.97º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7AC5C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24717292-
CMYK00.300.630.03
HSL30.97º90.64%66.47%-
HSV(B)30.97º62.75%96.86%-
XYZ55.0450.0516.89-
YUV185.375.35172-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.34%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=48.34%
G=33.66%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471729200.300.630.0330.9790.6466.47
HexF7AC5C01E3F31f5b42
Octal36725413403677337133102
Binary11110111101011001011100011110111111111111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AC5C; }

 p { color: rgb(247,172,92); }

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

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

 a { background-color: rgb(247,172,92); }

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

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

 span { border-color: rgb(247,172,92); }

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