#ffb45f

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

Shades of Rajah #FFB45F

Tints of Rajah #FFB45F

Color information

#FFB45F (or 0xFFB45F) is unknown color: approx Rajah. HEX triplet: FF, B4 and 5F. RGB value is (255,180,95). Sum of RGB (Red+Green+Blue) = 255+180+95=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB45F is #004BA0. Grayscale: #C1C1C1. Windows color (decimal): -19361 or 6272255. OLE color: 6272255.

HSL color Cylindrical-coordinate representation of color #FFB45F: hue angle of 31.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFB45F is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB25518095-
CMYK00.290.630
HSL31.88º100%68.63%-
HSV(B)31.88º62.75%100%-
XYZ59.6354.7318.25-
YUV192.7472.85172.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 95 (37.5% from 255) = 17.92%
R=48.11%
G=33.96%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551809500.290.63031.8810068.63
HexFFB45F01D3F0206445
Octal37726413703577040144105
Binary11111111101101001011111011101111111010000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb45f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb45f; }

 p { color: rgb(255,180,95); }

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

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

 a { background-color: rgb(255,180,95); }

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

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

 span { border-color: rgb(255,180,95); }

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