#FEB969

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

Shades of Rajah #FEB969

Tints of Rajah #FEB969

Color information

#FEB969 (or 0xFEB969) is unknown color: approx Rajah. HEX triplet: FE, B9 and 69. RGB value is (254,185,105). Sum of RGB (Red+Green+Blue) = 254+185+105=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB969 is #014696. Grayscale: #C4C4C4. Windows color (decimal): -83607 or 6928894. OLE color: 6928894.

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

Color convert

RGB254185105-
CMYK00.270.590.00
HSL32.21º98.68%70.39%-
HSV(B)32.21º58.66%99.61%-
XYZ60.7756.7921.12-
YUV196.5176.36169-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.69%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=46.69%
G=34.01%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418510500.270.590.0032.2198.6870.39
HexFEB96901B3B0206346
Octal37627115103373040143106
Binary11111110101110011101001011011111011010000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB969; }

 p { color: rgb(254,185,105); }

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

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

 a { background-color: rgb(254,185,105); }

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

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

 span { border-color: rgb(254,185,105); }

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