Html Css Color HEX #F0CA10 Moon Yellow

📋 copy color: '#F0CA10'

red 240 ◦ green 202 ◦ blue 16

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

Shades of Moon Yellow #F0CA10

Tints of Moon Yellow #F0CA10

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.1%

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 52.4%
G = 44.1%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0CA10 (or 0xF0CA10) is known color: Moon Yellow. HEX triplet: F0, CA and 10. RGB value is (240,202,16). Sum of RGB (Red+Green+Blue) = 240+202+16=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CA10 is #0F35EF. Grayscale: #C0C0C0. Windows color (decimal): -996848 or 1100528. OLE color: 1100528.

HSL color Cylindrical-coordinate representation of color #F0CA10: hue angle of 49.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0CA10 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 202 16 -
CMYK 0 0.16 0.93 0.06
HSL 49.82º 0.88% 0.5% -
HSV(B) 49.82º 0.93% 0.94% -
XYZ 57.15 60.8 9.21 -
YUV 192.16 28.59 162.12 -
System Red Green Blue C M Y K H S L
Decimal 240 202 16 0 0.16 0.93 0.06 49.82 0.88 0.5
Hex F0 CA 10 0 10 5D 6 32 58 32
Octal 360 312 20 0 20 135 6 62 130 62
Binary 11110000 11001010 10000 0 10000 1011101 110 110010 1011000 110010

Color Harmonies of #F0CA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CA10

Black with #F0CA10

Text Example


Text Example

White with #F0CA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CA10; }

 p { color: rgb(240,202,16); }

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

background-color css

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

 a { background-color: rgb(240,202,16); }

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

border-color css

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

 span { border-color: rgb(240,202,16); }

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