#FFB269

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

Shades of Rajah #FFB269

Tints of Rajah #FFB269

Color information

#FFB269 (or 0xFFB269) is unknown color: approx Rajah. HEX triplet: FF, B2 and 69. RGB value is (255,178,105). Sum of RGB (Red+Green+Blue) = 255+178+105=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB269 is #004D96. Grayscale: #C1C1C1. Windows color (decimal): -19863 or 6927103. OLE color: 6927103.

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

Color convert

RGB255178105-
CMYK00.300.590
HSL29.2º100%70.59%-
HSV(B)29.2º58.82%100%-
XYZ59.7154.1220.66-
YUV192.778.51172.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 105 (41.41% from 255) = 19.52%
R=47.40%
G=33.09%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517810500.300.59029.210070.59
HexFFB26901E3B01d6447
Octal37726215103673035144107
Binary1111111110110010110100101111011101101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB269; }

 p { color: rgb(255,178,105); }

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

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

 a { background-color: rgb(255,178,105); }

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

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

 span { border-color: rgb(255,178,105); }

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