Html Css Color HEX #F0E241 Starship

📋 copy color: '#F0E241'

red 240 ◦ green 226 ◦ blue 65

#F0E241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #F0E241

Tints of Starship #F0E241

RGB

 RED value IS 240 (94.14% from 255) = 45.2%

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 65 (25.78% from 255) = 12.24%

R = 45.2%
G = 42.56%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F0E241 (or 0xF0E241) is known color: Starship. HEX triplet: F0, E2 and 41. RGB value is (240,226,65). Sum of RGB (Red+Green+Blue) = 240+226+65=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 65 (25.78% from 255 or 12.24% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E241 is #0F1DBE. Grayscale: #D4D4D4. Windows color (decimal): -990655 or 4317936. OLE color: 4317936.

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

Color convert

RGB 240 226 65 -
CMYK 0 0.06 0.73 0.06
HSL 55.2º 0.85% 0.6% -
HSV(B) 55.2º 0.73% 0.94% -
XYZ 64.09 73.3 15.77 -
YUV 211.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 240 226 65 0 0.06 0.73 0.06 55.2 0.85 0.6
Hex F0 E2 41 0 6 49 6 37 55 3C
Octal 360 342 101 0 6 111 6 67 125 74
Binary 11110000 11100010 1000001 0 110 1001001 110 110111 1010101 111100

Color Harmonies of #F0E241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E241

Black with #F0E241

Text Example


Text Example

White with #F0E241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E241; }

 p { color: rgb(240,226,65); }

 H1.HeaderClassName
 {
   color: #F0E241;
 }
 .AnyTagClassName
 {
   color: #F0E241;
 }
</style>

background-color css

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

 a { background-color: rgb(240,226,65); }

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

border-color css

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

 span { border-color: rgb(240,226,65); }

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