#FEAF69

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

Shades of Rajah #FEAF69

Tints of Rajah #FEAF69

Color information

#FEAF69 (or 0xFEAF69) is unknown color: approx Rajah. HEX triplet: FE, AF and 69. RGB value is (254,175,105). Sum of RGB (Red+Green+Blue) = 254+175+105=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF69 is #015096. Grayscale: #BFBFBF. Windows color (decimal): -86167 or 6926334. OLE color: 6926334.

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

Color convert

RGB254175105-
CMYK00.310.590.00
HSL28.19º98.68%70.39%-
HSV(B)28.19º58.66%99.61%-
XYZ58.7552.7520.45-
YUV190.6479.67173.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.57%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=47.57%
G=32.77%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417510500.310.590.0028.1998.6870.39
HexFEAF6901F3B01c6346
Octal37625715103773034143106
Binary1111111010101111110100101111111101101110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF69; }

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

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

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

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

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

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

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

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