#F4F80A

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

Shades of Yellow #F4F80A

Tints of Yellow #F4F80A

Color information

#F4F80A (or 0xF4F80A) is unknown color: approx Yellow. HEX triplet: F4, F8 and 0A. RGB value is (244,248,10). Sum of RGB (Red+Green+Blue) = 244+248+10=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 10 (4.30% from 255 or 1.99% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #F4F80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F80A is #0B07F5. Grayscale: #DCDCDC. Windows color (decimal): -722934 or 719092. OLE color: 719092.

HSL color Cylindrical-coordinate representation of color #F4F80A: hue angle of 61.01º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4F80A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB24424810-
CMYK0.0200.960.03
HSL61.01º94.44%50.59%-
HSV(B)61.01º95.97%97.25%-
XYZ70.9386.3913.22-
YUV219.679.67145.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.61%
GREEN value IS 248 (97.27% from 255) = 49.40%
BLUE value IS 10 (4.30% from 255) = 1.99%
R=48.61%
G=49.40%
B=1.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal244248100.0200.960.0361.0194.4450.59
HexF4F8A206033d5e33
Octal364370122014037513663
Binary111101001111100010101001100000111111011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F80A; }

 p { color: rgb(244,248,10); }

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

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

 a { background-color: rgb(244,248,10); }

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

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

 span { border-color: rgb(244,248,10); }

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