#F9B069

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

Shades of Rajah #F9B069

Tints of Rajah #F9B069

Color information

#F9B069 (or 0xF9B069) is unknown color: approx Rajah. HEX triplet: F9, B0 and 69. RGB value is (249,176,105). Sum of RGB (Red+Green+Blue) = 249+176+105=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B069 is #064F96. Grayscale: #BEBEBE. Windows color (decimal): -413591 or 6926585. OLE color: 6926585.

HSL color Cylindrical-coordinate representation of color #F9B069: hue angle of 29.58º 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 #F9B069 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB249176105-
CMYK00.290.580.02
HSL29.58º92.31%69.41%-
HSV(B)29.58º57.83%97.65%-
XYZ57.1452.2120.43-
YUV189.7380.18170.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 105 (41.41% from 255) = 19.81%
R=46.98%
G=33.21%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917610500.290.580.0229.5892.3169.41
HexF9B06901D3A21e5c45
Octal37126015103572236134105
Binary11111001101100001101001011101111010101111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B069; }

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

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

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

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

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

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

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

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