#F2F403

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

Shades of Yellow #F2F403

Tints of Yellow #F2F403

Color information

#F2F403 (or 0xF2F403) is unknown color: approx Yellow. HEX triplet: F2, F4 and 03. RGB value is (242,244,3). Sum of RGB (Red+Green+Blue) = 242+244+3=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 3 (1.56% from 255 or 0.61% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F403 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F403 is #0D0BFC. Grayscale: #D8D8D8. Windows color (decimal): -855037 or 259314. OLE color: 259314.

HSL color Cylindrical-coordinate representation of color #F2F403: hue angle of 60.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2F403 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB2422443-
CMYK0.0100.990.04
HSL60.5º97.57%48.43%-
HSV(B)60.5º98.77%95.69%-
XYZ68.9983.5912.58-
YUV215.937.84146.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.49%
GREEN value IS 244 (95.70% from 255) = 49.90%
BLUE value IS 3 (1.56% from 255) = 0.61%
R=49.49%
G=49.90%
B=0.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24224430.0100.990.0460.597.5748.43
HexF2F43106343c6230
Octal36236431014347414260
Binary1111001011110100111011000111001111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F403; }

 p { color: rgb(242,244,3); }

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

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

 a { background-color: rgb(242,244,3); }

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

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

 span { border-color: rgb(242,244,3); }

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