#FFB200

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

Shades of Selective Yellow #FFB200

Tints of Selective Yellow #FFB200

Color information

#FFB200 (or 0xFFB200) is unknown color: approx Selective Yellow. HEX triplet: FF, B2 and 00. RGB value is (255,178,0). Sum of RGB (Red+Green+Blue) = 255+178+0=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB200 is #004DFF. Grayscale: #B5B5B5. Windows color (decimal): -19968 or 45823. OLE color: 45823.

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

Color convert

RGB2551780-
CMYK00.3010
HSL41.88º100%50%-
HSV(B)41.88º100%100%-
XYZ57.1653.17.24-
YUV180.7326.01180.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 178 (69.92% from 255) = 41.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.89%
G=41.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255178000.301041.8810050
HexFFB2001E6402a6432
Octal377262003614405214462
Binary11111111101100100011110110010001010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB200; }

 p { color: rgb(255,178,0); }

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

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

 a { background-color: rgb(255,178,0); }

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

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

 span { border-color: rgb(255,178,0); }

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