#FFA75F

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

Shades of Rajah #FFA75F

Tints of Rajah #FFA75F

Color information

#FFA75F (or 0xFFA75F) is unknown color: approx Rajah. HEX triplet: FF, A7 and 5F. RGB value is (255,167,95). Sum of RGB (Red+Green+Blue) = 255+167+95=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA75F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA75F is #0058A0. Grayscale: #B9B9B9. Windows color (decimal): -22689 or 6268927. OLE color: 6268927.

HSL color Cylindrical-coordinate representation of color #FFA75F: hue angle of 27º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFA75F is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB25516795-
CMYK00.350.630
HSL27º100%68.63%-
HSV(B)27º62.75%100%-
XYZ57.1249.7217.41-
YUV185.177.15177.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=49.32%
G=32.30%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551679500.350.6302710068.63
HexFFA75F0233F01b6445
Octal37724713704377033144105
Binary11111111101001111011111010001111111101101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA75F; }

 p { color: rgb(255,167,95); }

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

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

 a { background-color: rgb(255,167,95); }

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

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

 span { border-color: rgb(255,167,95); }

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