#feaf3f

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

Shades of Yellow Orange #FEAF3F

Tints of Yellow Orange #FEAF3F

Color information

#FEAF3F (or 0xFEAF3F) is unknown color: approx Yellow Orange. HEX triplet: FE, AF and 3F. RGB value is (254,175,63). Sum of RGB (Red+Green+Blue) = 254+175+63=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF3F is #0150C0. Grayscale: #BABABA. Windows color (decimal): -86209 or 4173822. OLE color: 4173822.

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

Color convert

RGB25417563-
CMYK00.310.750.00
HSL35.18º98.96%62.16%-
HSV(B)35.18º75.2%99.61%-
XYZ57.152.0911.75-
YUV185.8558.67176.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 63 (25% from 255) = 12.80%
R=51.63%
G=35.57%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541756300.310.750.0035.1898.9662.16
HexFEAF3F01F4B023633e
Octal3762577703711304314376
Binary1111111010101111111111011111100101101000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feaf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feaf3f; }

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

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

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

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

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

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

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

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