#FEB33F

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

Shades of Yellow Orange #FEB33F

Tints of Yellow Orange #FEB33F

Color information

#FEB33F (or 0xFEB33F) is unknown color: approx Yellow Orange. HEX triplet: FE, B3 and 3F. RGB value is (254,179,63). Sum of RGB (Red+Green+Blue) = 254+179+63=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB33F is #014CC0. Grayscale: #BCBCBC. Windows color (decimal): -85185 or 4174846. OLE color: 4174846.

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

Color convert

RGB25417963-
CMYK00.300.750.00
HSL36.44º98.96%62.16%-
HSV(B)36.44º75.2%99.61%-
XYZ57.8953.6712.01-
YUV188.257.35174.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.21%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 63 (25% from 255) = 12.70%
R=51.21%
G=36.09%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541796300.300.750.0036.4498.9662.16
HexFEB33F01E4B024633e
Octal3762637703611304414376
Binary1111111010110011111111011110100101101001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB33F; }

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

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

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

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

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

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

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

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