#FFF000

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

Shades of Yellow #FFF000

Tints of Yellow #FFF000

Color information

#FFF000 (or 0xFFF000) is unknown color: approx Yellow. HEX triplet: FF, F0 and 00. RGB value is (255,240,0). Sum of RGB (Red+Green+Blue) = 255+240+0=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF000 is #000FFF. Grayscale: #DADADA. Windows color (decimal): -4096 or 61695. OLE color: 61695.

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

Color convert

RGB2552400-
CMYK00.0610
HSL56.47º100%50%-
HSV(B)56.47º100%100%-
XYZ72.483.5812.32-
YUV217.125.47155.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 240 (94.14% from 255) = 48.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.52%
G=48.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255240000.061056.4710050
HexFFF0006640386432
Octal37736000614407014462
Binary111111111111000000110110010001110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF000; }

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

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

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

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

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

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

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

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