#f3b35f

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

Shades of Rajah #F3B35F

Tints of Rajah #F3B35F

Color information

#F3B35F (or 0xF3B35F) is unknown color: approx Rajah. HEX triplet: F3, B3 and 5F. RGB value is (243,179,95). Sum of RGB (Red+Green+Blue) = 243+179+95=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B35F is #0C4CA0. Grayscale: #BCBCBC. Windows color (decimal): -806049 or 6271987. OLE color: 6271987.

HSL color Cylindrical-coordinate representation of color #F3B35F: hue angle of 34.05º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3B35F is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24317995-
CMYK00.260.610.05
HSL34.05º86.05%66.27%-
HSV(B)34.05º60.91%95.29%-
XYZ55.1552.1217.98-
YUV188.5675.2166.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 95 (37.5% from 255) = 18.38%
R=47.00%
G=34.62%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431799500.260.610.0534.0586.0566.27
HexF3B35F01A3D5225642
Octal36326313703275542126102
Binary1111001110110011101111101101011110110110001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3b35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3b35f; }

 p { color: rgb(243,179,95); }

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

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

 a { background-color: rgb(243,179,95); }

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

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

 span { border-color: rgb(243,179,95); }

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