#f8ab6a

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

Shades of Rajah #F8AB6A

Tints of Rajah #F8AB6A

Color information

#F8AB6A (or 0xF8AB6A) is unknown color: approx Rajah. HEX triplet: F8, AB and 6A. RGB value is (248,171,106). Sum of RGB (Red+Green+Blue) = 248+171+106=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AB6A is #075495. Grayscale: #BABABA. Windows color (decimal): -480406 or 6990840. OLE color: 6990840.

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

Color convert

RGB248171106-
CMYK00.310.570.03
HSL27.46º91.03%69.41%-
HSV(B)27.46º57.26%97.25%-
XYZ55.8850.1220.37-
YUV186.6182.51171.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.24%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=47.24%
G=32.57%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817110600.310.570.0327.4691.0369.41
HexF8AB6A01F3931b5b45
Octal37025315203771333133105
Binary11111000101010111101010011111111001111101110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8ab6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8ab6a; }

 p { color: rgb(248,171,106); }

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

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

 a { background-color: rgb(248,171,106); }

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

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

 span { border-color: rgb(248,171,106); }

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