#FEBA69

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

Shades of Rajah #FEBA69

Tints of Rajah #FEBA69

Color information

#FEBA69 (or 0xFEBA69) is unknown color: approx Rajah. HEX triplet: FE, BA and 69. RGB value is (254,186,105). Sum of RGB (Red+Green+Blue) = 254+186+105=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA69 is #014596. Grayscale: #C5C5C5. Windows color (decimal): -83351 or 6929150. OLE color: 6929150.

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

Color convert

RGB254186105-
CMYK00.270.590.00
HSL32.62º98.68%70.39%-
HSV(B)32.62º58.66%99.61%-
XYZ60.9857.2121.19-
YUV197.176.03168.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=46.61%
G=34.13%
B=19.27%

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
Decimal25418610500.270.590.0032.6298.6870.39
HexFEBA6901B3B0216346
Octal37627215103373041143106
Binary11111110101110101101001011011111011010000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA69; }

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

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

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

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

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

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

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

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