#F8AF69

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

Shades of Rajah #F8AF69

Tints of Rajah #F8AF69

Color information

#F8AF69 (or 0xF8AF69) is unknown color: approx Rajah. HEX triplet: F8, AF and 69. RGB value is (248,175,105). Sum of RGB (Red+Green+Blue) = 248+175+105=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF69 is #075096. Grayscale: #BDBDBD. Windows color (decimal): -479383 or 6926328. OLE color: 6926328.

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

Color convert

RGB248175105-
CMYK00.290.580.03
HSL29.37º91.08%69.22%-
HSV(B)29.37º57.66%97.25%-
XYZ56.5951.6420.35-
YUV188.8580.68170.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.97%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 105 (41.41% from 255) = 19.89%
R=46.97%
G=33.14%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817510500.290.580.0329.3791.0869.22
HexF8AF6901D3A31d5b45
Octal37025715103572335133105
Binary11111000101011111101001011101111010111110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF69; }

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

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

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

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

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

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

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

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