#FFB05D

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

Shades of Rajah #FFB05D

Tints of Rajah #FFB05D

Color information

#FFB05D (or 0xFFB05D) is unknown color: approx Rajah. HEX triplet: FF, B0 and 5D. RGB value is (255,176,93). Sum of RGB (Red+Green+Blue) = 255+176+93=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB05D is #004FA2. Grayscale: #BEBEBE. Windows color (decimal): -20387 or 6140159. OLE color: 6140159.

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

Color convert

RGB25517693-
CMYK00.310.640
HSL30.74º100%68.24%-
HSV(B)30.74º63.53%100%-
XYZ58.7453.117.51-
YUV190.1673.17174.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=48.66%
G=33.59%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551769300.310.64030.7410068.24
HexFFB05D01F4001f6444
Octal377260135037100037144104
Binary11111111101100001011101011111100000001111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB05D; }

 p { color: rgb(255,176,93); }

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

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

 a { background-color: rgb(255,176,93); }

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

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

 span { border-color: rgb(255,176,93); }

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