#F0E840

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

Shades of Starship #F0E840

Tints of Starship #F0E840

Color information

#F0E840 (or 0xF0E840) is unknown color: approx Starship. HEX triplet: F0, E8 and 40. RGB value is (240,232,64). Sum of RGB (Red+Green+Blue) = 240+232+64=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E840 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E840 is #0F17BF. Grayscale: #D7D7D7. Windows color (decimal): -989120 or 4253936. OLE color: 4253936.

HSL color Cylindrical-coordinate representation of color #F0E840: hue angle of 57.27º 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 #F0E840 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24023264-
CMYK00.030.730.06
HSL57.27º85.44%59.61%-
HSV(B)57.27º73.33%94.12%-
XYZ65.7276.6116.17-
YUV215.2442.65145.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 232 (91.02% from 255) = 43.28%
BLUE value IS 64 (25.39% from 255) = 11.94%
R=44.78%
G=43.28%
B=11.94%

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
Decimal2402326400.030.730.0657.2785.4459.61
HexF0E8400349639553c
Octal3603501000311167112574
Binary1111000011101000100000001110010011101110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E840; }

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

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

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

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

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

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

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

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