#FFB33E

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

Shades of Yellow Orange #FFB33E

Tints of Yellow Orange #FFB33E

Color information

#FFB33E (or 0xFFB33E) is unknown color: approx Yellow Orange. HEX triplet: FF, B3 and 3E. RGB value is (255,179,62). Sum of RGB (Red+Green+Blue) = 255+179+62=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB33E is #004CC1. Grayscale: #BCBCBC. Windows color (decimal): -19650 or 4109311. OLE color: 4109311.

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

Color convert

RGB25517962-
CMYK00.300.760
HSL36.37º100%62.16%-
HSV(B)36.37º75.69%100%-
XYZ58.2353.8511.88-
YUV188.3956.68175.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 62 (24.61% from 255) = 12.5%
R=51.41%
G=36.09%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551796200.300.76036.3710062.16
HexFFB33E01E4C024643e
Octal3772637603611404414476
Binary1111111110110011111110011110100110001001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB33E; }

 p { color: rgb(255,179,62); }

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

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

 a { background-color: rgb(255,179,62); }

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

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

 span { border-color: rgb(255,179,62); }

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