#F4AE5D

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

Shades of Rajah #F4AE5D

Tints of Rajah #F4AE5D

Color information

#F4AE5D (or 0xF4AE5D) is unknown color: approx Rajah. HEX triplet: F4, AE and 5D. RGB value is (244,174,93). Sum of RGB (Red+Green+Blue) = 244+174+93=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AE5D is #0B51A2. Grayscale: #BABABA. Windows color (decimal): -741795 or 6139636. OLE color: 6139636.

HSL color Cylindrical-coordinate representation of color #F4AE5D: hue angle of 32.19º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4AE5D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24417493-
CMYK00.290.620.04
HSL32.19º87.28%66.08%-
HSV(B)32.19º61.89%95.69%-
XYZ54.4250.317.2-
YUV185.775.69169.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=47.75%
G=34.05%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441749300.290.620.0432.1987.2866.08
HexF4AE5D01D3E4205742
Octal36425613503576440127102
Binary1111010010101110101110101110111111010010000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AE5D; }

 p { color: rgb(244,174,93); }

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

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

 a { background-color: rgb(244,174,93); }

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

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

 span { border-color: rgb(244,174,93); }

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