#FEB75F

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

Shades of Rajah #FEB75F

Tints of Rajah #FEB75F

Color information

#FEB75F (or 0xFEB75F) is unknown color: approx Rajah. HEX triplet: FE, B7 and 5F. RGB value is (254,183,95). Sum of RGB (Red+Green+Blue) = 254+183+95=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB75F is #0148A0. Grayscale: #C2C2C2. Windows color (decimal): -84129 or 6273022. OLE color: 6273022.

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

Color convert

RGB25418395-
CMYK00.280.630.00
HSL33.21º98.76%68.43%-
HSV(B)33.21º62.6%99.61%-
XYZ59.8755.7618.43-
YUV194.272.02170.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.74%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 95 (37.5% from 255) = 17.86%
R=47.74%
G=34.40%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541839500.280.630.0033.2198.7668.43
HexFEB75F01C3F0216344
Octal37626713703477041143104
Binary11111110101101111011111011100111111010000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB75F; }

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

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

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

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

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

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

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

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