#F3B25E

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

Shades of Rajah #F3B25E

Tints of Rajah #F3B25E

Color information

#F3B25E (or 0xF3B25E) is unknown color: approx Rajah. HEX triplet: F3, B2 and 5E. RGB value is (243,178,94). Sum of RGB (Red+Green+Blue) = 243+178+94=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B25E is #0C4DA1. Grayscale: #BCBCBC. Windows color (decimal): -806306 or 6206195. OLE color: 6206195.

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

Color convert

RGB24317894-
CMYK00.270.610.05
HSL33.83º86.13%66.08%-
HSV(B)33.83º61.32%95.29%-
XYZ54.951.717.68-
YUV187.8675.03167.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.18%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 94 (37.11% from 255) = 18.25%
R=47.18%
G=34.56%
B=18.25%

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
Decimal2431789400.270.610.0533.8386.1366.08
HexF3B25E01B3D5225642
Octal36326213603375542126102
Binary1111001110110010101111001101111110110110001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B25E; }

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

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

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

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

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

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

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

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