#FEB769

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

Shades of Rajah #FEB769

Tints of Rajah #FEB769

Color information

#FEB769 (or 0xFEB769) is unknown color: approx Rajah. HEX triplet: FE, B7 and 69. RGB value is (254,183,105). Sum of RGB (Red+Green+Blue) = 254+183+105=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB769 is #014896. Grayscale: #C3C3C3. Windows color (decimal): -84119 or 6928382. OLE color: 6928382.

HSL color Cylindrical-coordinate representation of color #FEB769: hue angle of 31.41º 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 #FEB769 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB254183105-
CMYK00.280.590.00
HSL31.41º98.68%70.39%-
HSV(B)31.41º58.66%99.61%-
XYZ60.3655.9620.98-
YUV195.3477.02169.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.86%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 105 (41.41% from 255) = 19.37%
R=46.86%
G=33.76%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418310500.280.590.0031.4198.6870.39
HexFEB76901C3B01f6346
Octal37626715103473037143106
Binary1111111010110111110100101110011101101111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB769; }

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

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

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

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

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

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

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

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