#F0E940

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

Shades of Starship #F0E940

Tints of Starship #F0E940

Color information

#F0E940 (or 0xF0E940) is unknown color: approx Starship. HEX triplet: F0, E9 and 40. RGB value is (240,233,64). Sum of RGB (Red+Green+Blue) = 240+233+64=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E940 is #0F16BF. Grayscale: #D8D8D8. Windows color (decimal): -988864 or 4254192. OLE color: 4254192.

HSL color Cylindrical-coordinate representation of color #F0E940: hue angle of 57.61º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0E940 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24023364-
CMYK00.030.730.06
HSL57.61º85.44%59.61%-
HSV(B)57.61º73.33%94.12%-
XYZ6677.1716.27-
YUV215.8342.32145.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 233 (91.41% from 255) = 43.39%
BLUE value IS 64 (25.39% from 255) = 11.92%
R=44.69%
G=43.39%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402336400.030.730.0657.6185.4459.61
HexF0E940034963a553c
Octal3603511000311167212574
Binary1111000011101001100000001110010011101110101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E940; }

 p { color: rgb(240,233,64); }

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

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

 a { background-color: rgb(240,233,64); }

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

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

 span { border-color: rgb(240,233,64); }

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