#F3B15E

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

Shades of Rajah #F3B15E

Tints of Rajah #F3B15E

Color information

#F3B15E (or 0xF3B15E) is unknown color: approx Rajah. HEX triplet: F3, B1 and 5E. RGB value is (243,177,94). Sum of RGB (Red+Green+Blue) = 243+177+94=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B15E is #0C4EA1. Grayscale: #BBBBBB. Windows color (decimal): -806562 or 6205939. OLE color: 6205939.

HSL color Cylindrical-coordinate representation of color #F3B15E: hue angle of 33.42º 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 #F3B15E is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24317794-
CMYK00.270.610.05
HSL33.42º86.13%66.08%-
HSV(B)33.42º61.32%95.29%-
XYZ54.751.3117.61-
YUV187.2775.37167.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.28%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 94 (37.11% from 255) = 18.29%
R=47.28%
G=34.44%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431779400.270.610.0533.4286.1366.08
HexF3B15E01B3D5215642
Octal36326113603375541126102
Binary1111001110110001101111001101111110110110000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B15E; }

 p { color: rgb(243,177,94); }

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

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

 a { background-color: rgb(243,177,94); }

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

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

 span { border-color: rgb(243,177,94); }

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