#F9B869

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

Shades of Rajah #F9B869

Tints of Rajah #F9B869

Color information

#F9B869 (or 0xF9B869) is unknown color: approx Rajah. HEX triplet: F9, B8 and 69. RGB value is (249,184,105). Sum of RGB (Red+Green+Blue) = 249+184+105=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B869 is #064796. Grayscale: #C2C2C2. Windows color (decimal): -411543 or 6928633. OLE color: 6928633.

HSL color Cylindrical-coordinate representation of color #F9B869: hue angle of 32.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9B869 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB249184105-
CMYK00.260.580.02
HSL32.92º92.31%69.41%-
HSV(B)32.92º57.83%97.65%-
XYZ58.7655.4420.97-
YUV194.4377.53166.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 105 (41.41% from 255) = 19.52%
R=46.28%
G=34.20%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918410500.260.580.0232.9292.3169.41
HexF9B86901A3A2215c45
Octal37127015103272241134105
Binary111110011011100011010010110101110101010000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B869; }

 p { color: rgb(249,184,105); }

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

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

 a { background-color: rgb(249,184,105); }

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

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

 span { border-color: rgb(249,184,105); }

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