#F2E600

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

Shades of Golden Yellow #F2E600

Tints of Golden Yellow #F2E600

Color information

#F2E600 (or 0xF2E600) is unknown color: approx Golden Yellow. HEX triplet: F2, E6 and 00. RGB value is (242,230,0). Sum of RGB (Red+Green+Blue) = 242+230+0=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E600 is #0D19FF. Grayscale: #D0D0D0. Windows color (decimal): -858624 or 59122. OLE color: 59122.

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

Color convert

RGB2422300-
CMYK00.0510.05
HSL57.02º100%47.45%-
HSV(B)57.02º100%94.9%-
XYZ64.9175.4711.15-
YUV207.3710.98152.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 230 (90.23% from 255) = 48.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.27%
G=48.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242230000.0510.0557.0210047.45
HexF2E600564539642f
Octal36234600514457114457
Binary11110010111001100010111001001011110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E600; }

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

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

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

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

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

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

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

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