#FFFF0F

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

Shades of Yellow #FFFF0F

Tints of Yellow #FFFF0F

Color information

#FFFF0F (or 0xFFFF0F) is unknown color: approx Yellow. HEX triplet: FF, FF and 0F. RGB value is (255,255,15). Sum of RGB (Red+Green+Blue) = 255+255+15=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 15 (6.25% from 255 or 2.86% from 525); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFF0F is #0000F0. Grayscale: #E4E4E4. Windows color (decimal): -241 or 1048575. OLE color: 1048575.

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

Color convert

RGB25525515-
CMYK000.940
HSL60º100%52.94%-
HSV(B)60º94.12%100%-
XYZ77.0992.8114.3-
YUV227.648147.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 15 (6.25% from 255) = 2.86%
R=48.57%
G=48.57%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525515000.9406010052.94
HexFFFFF005E03c6435
Octal377377170013607414465
Binary1111111111111111111100101111001111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFF0F; }

 p { color: rgb(255,255,15); }

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

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

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

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

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

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

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