#F3AD65

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

Shades of Rajah #F3AD65

Tints of Rajah #F3AD65

Color information

#F3AD65 (or 0xF3AD65) is unknown color: approx Rajah. HEX triplet: F3, AD and 65. RGB value is (243,173,101). Sum of RGB (Red+Green+Blue) = 243+173+101=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AD65 is #0C529A. Grayscale: #BABABA. Windows color (decimal): -807579 or 6663667. OLE color: 6663667.

HSL color Cylindrical-coordinate representation of color #F3AD65: hue angle of 30.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3AD65 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB243173101-
CMYK00.290.580.05
HSL30.42º85.54%67.45%-
HSV(B)30.42º58.44%95.29%-
XYZ54.2549.8819.08-
YUV185.7280.19168.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 101 (39.84% from 255) = 19.54%
R=47.00%
G=33.46%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317310100.290.580.0530.4285.5467.45
HexF3AD6501D3A51e5643
Octal36325514503572536126103
Binary111100111010110111001010111011110101011111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AD65; }

 p { color: rgb(243,173,101); }

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

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

 a { background-color: rgb(243,173,101); }

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

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

 span { border-color: rgb(243,173,101); }

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