#FFB942

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

Shades of Yellow Orange #FFB942

Tints of Yellow Orange #FFB942

Color information

#FFB942 (or 0xFFB942) is unknown color: approx Yellow Orange. HEX triplet: FF, B9 and 42. RGB value is (255,185,66). Sum of RGB (Red+Green+Blue) = 255+185+66=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB942 is #0046BD. Grayscale: #C0C0C0. Windows color (decimal): -18110 or 4372991. OLE color: 4372991.

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

Color convert

RGB25518566-
CMYK00.270.740
HSL37.78º100%62.94%-
HSV(B)37.78º74.12%100%-
XYZ59.5756.3512.89-
YUV192.3656.69172.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 66 (26.17% from 255) = 13.04%
R=50.40%
G=36.56%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551856600.270.74037.7810062.94
HexFFB94201B4A026643f
Octal37727110203311204614477
Binary11111111101110011000010011011100101001001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB942; }

 p { color: rgb(255,185,66); }

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

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

 a { background-color: rgb(255,185,66); }

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

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

 span { border-color: rgb(255,185,66); }

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