#F3B069

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

Shades of Rajah #F3B069

Tints of Rajah #F3B069

Color information

#F3B069 (or 0xF3B069) is unknown color: approx Rajah. HEX triplet: F3, B0 and 69. RGB value is (243,176,105). Sum of RGB (Red+Green+Blue) = 243+176+105=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B069 is #0C4F96. Grayscale: #BCBCBC. Windows color (decimal): -806807 or 6926579. OLE color: 6926579.

HSL color Cylindrical-coordinate representation of color #F3B069: hue angle of 30.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3B069 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB243176105-
CMYK00.280.570.05
HSL30.87º85.19%68.24%-
HSV(B)30.87º56.79%95.29%-
XYZ55.0451.1320.33-
YUV187.9481.2167.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.37%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=46.37%
G=33.59%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317610500.280.570.0530.8785.1968.24
HexF3B06901C3951f5544
Octal36326015103471537125104
Binary111100111011000011010010111001110011011111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B069; }

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

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

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

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

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

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

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

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