#FEA75C

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

Shades of Rajah #FEA75C

Tints of Rajah #FEA75C

Color information

#FEA75C (or 0xFEA75C) is unknown color: approx Rajah. HEX triplet: FE, A7 and 5C. RGB value is (254,167,92). Sum of RGB (Red+Green+Blue) = 254+167+92=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA75C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA75C is #0158A3. Grayscale: #B8B8B8. Windows color (decimal): -88228 or 6072318. OLE color: 6072318.

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

Color convert

RGB25416792-
CMYK00.340.640.00
HSL27.78º98.78%67.84%-
HSV(B)27.78º63.78%99.61%-
XYZ56.6249.4816.69-
YUV184.4675.82177.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=49.51%
G=32.55%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541679200.340.640.0027.7898.7867.84
HexFEA75C0224001c6344
Octal376247134042100034143104
Binary111111101010011110111000100010100000001110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA75C; }

 p { color: rgb(254,167,92); }

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

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

 a { background-color: rgb(254,167,92); }

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

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

 span { border-color: rgb(254,167,92); }

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