#f3b06a

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

Shades of Rajah #F3B06A

Tints of Rajah #F3B06A

Color information

#F3B06A (or 0xF3B06A) is unknown color: approx Rajah. HEX triplet: F3, B0 and 6A. RGB value is (243,176,106). Sum of RGB (Red+Green+Blue) = 243+176+106=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B06A is #0C4F95. Grayscale: #BCBCBC. Windows color (decimal): -806806 or 6992115. OLE color: 6992115.

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

Color convert

RGB243176106-
CMYK00.280.560.05
HSL30.66º85.09%68.43%-
HSV(B)30.66º56.38%95.29%-
XYZ55.0951.1520.6-
YUV188.0581.7167.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.29%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=46.29%
G=33.52%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317610600.280.560.0530.6685.0968.43
HexF3B06A01C3851f5544
Octal36326015203470537125104
Binary111100111011000011010100111001110001011111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3b06a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3b06a; }

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

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

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

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

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

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

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

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