Html Css Color HEX #F0E144 Starship

📋 copy color: '#F0E144'

red 240 ◦ green 225 ◦ blue 68

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

Shades of Starship #F0E144

Tints of Starship #F0E144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.21%

 BLUE value IS 68 (26.95% from 255) = 12.76%

R = 45.03%
G = 42.21%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F0E144 (or 0xF0E144) is known color: Starship. HEX triplet: F0, E1 and 44. RGB value is (240,225,68). Sum of RGB (Red+Green+Blue) = 240+225+68=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E144 is #0F1EBB. Grayscale: #D4D4D4. Windows color (decimal): -990908 or 4514288. OLE color: 4514288.

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

Color convert

RGB 240 225 68 -
CMYK 0 0.06 0.72 0.06
HSL 54.77º 0.85% 0.6% -
HSV(B) 54.77º 0.72% 0.94% -
XYZ 63.9 72.79 16.15 -
YUV 211.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 240 225 68 0 0.06 0.72 0.06 54.77 0.85 0.6
Hex F0 E1 44 0 6 48 6 37 55 3C
Octal 360 341 104 0 6 110 6 67 125 74
Binary 11110000 11100001 1000100 0 110 1001000 110 110111 1010101 111100

Color Harmonies of #F0E144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E144

Black with #F0E144

Text Example


Text Example

White with #F0E144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E144; }

 p { color: rgb(240,225,68); }

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

background-color css

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

 a { background-color: rgb(240,225,68); }

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

border-color css

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

 span { border-color: rgb(240,225,68); }

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