#F8AF65

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

Shades of Rajah #F8AF65

Tints of Rajah #F8AF65

Color information

#F8AF65 (or 0xF8AF65) is unknown color: approx Rajah. HEX triplet: F8, AF and 65. RGB value is (248,175,101). Sum of RGB (Red+Green+Blue) = 248+175+101=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF65 is #07509A. Grayscale: #BCBCBC. Windows color (decimal): -479387 or 6664184. OLE color: 6664184.

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

Color convert

RGB248175101-
CMYK00.290.590.03
HSL30.2º91.3%68.43%-
HSV(B)30.2º59.27%97.25%-
XYZ56.3951.5619.29-
YUV188.3978.68170.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.33%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=47.33%
G=33.40%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817510100.290.590.0330.291.368.43
HexF8AF6501D3B31e5b44
Octal37025714503573336133104
Binary11111000101011111100101011101111011111111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF65; }

 p { color: rgb(248,175,101); }

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

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

 a { background-color: rgb(248,175,101); }

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

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

 span { border-color: rgb(248,175,101); }

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