Html Css Color HEX #F0C119 Moon Yellow

📋 copy color: '#F0C119'

red 240 ◦ green 193 ◦ blue 25

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

Shades of Moon Yellow #F0C119

Tints of Moon Yellow #F0C119

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.14%

 BLUE value IS 25 (10.16% from 255) = 5.46%

R = 52.4%
G = 42.14%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0C119 (or 0xF0C119) is known color: Moon Yellow. HEX triplet: F0, C1 and 19. RGB value is (240,193,25). Sum of RGB (Red+Green+Blue) = 240+193+25=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C119 is #0F3EE6. Grayscale: #BCBCBC. Windows color (decimal): -999143 or 1688048. OLE color: 1688048.

HSL color Cylindrical-coordinate representation of color #F0C119: hue angle of 46.88º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0C119 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 193 25 -
CMYK 0 0.20 0.90 0.06
HSL 46.88º 0.88% 0.52% -
HSV(B) 46.88º 0.9% 0.94% -
XYZ 55.18 56.74 8.96 -
YUV 187.9 36.07 165.16 -
System Red Green Blue C M Y K H S L
Decimal 240 193 25 0 0.20 0.90 0.06 46.88 0.88 0.52
Hex F0 C1 19 0 14 5A 6 2F 58 34
Octal 360 301 31 0 24 132 6 57 130 64
Binary 11110000 11000001 11001 0 10100 1011010 110 101111 1011000 110100

Color Harmonies of #F0C119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C119

Black with #F0C119

Text Example


Text Example

White with #F0C119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C119; }

 p { color: rgb(240,193,25); }

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

background-color css

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

 a { background-color: rgb(240,193,25); }

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

border-color css

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

 span { border-color: rgb(240,193,25); }

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