#FFF200

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

Shades of Yellow #FFF200

Tints of Yellow #FFF200

Color information

#FFF200 (or 0xFFF200) is unknown color: approx Yellow. HEX triplet: FF, F2 and 00. RGB value is (255,242,0). Sum of RGB (Red+Green+Blue) = 255+242+0=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 0 (0.39% from 255 or 0% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF200 is #000DFF. Grayscale: #DBDBDB. Windows color (decimal): -3584 or 62207. OLE color: 62207.

HSL color Cylindrical-coordinate representation of color #FFF200: hue angle of 56.94º 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 #FFF200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2552420-
CMYK00.0510
HSL56.94º100%50%-
HSV(B)56.94º100%100%-
XYZ72.9984.7612.51-
YUV218.34.81154.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 242 (94.92% from 255) = 48.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.31%
G=48.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255242000.051056.9410050
HexFFF2005640396432
Octal37736200514407114462
Binary111111111111001000101110010001110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF200; }

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

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

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

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

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

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

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

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