Html Css Color HEX #F0CA12 Moon Yellow

📋 copy color: '#F0CA12'

red 240 ◦ green 202 ◦ blue 18

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

Shades of Moon Yellow #F0CA12

Tints of Moon Yellow #F0CA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.91%

R = 52.17%
G = 43.91%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0CA12 (or 0xF0CA12) is known color: Moon Yellow. HEX triplet: F0, CA and 12. RGB value is (240,202,18). Sum of RGB (Red+Green+Blue) = 240+202+18=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CA12 is #0F35ED. Grayscale: #C1C1C1. Windows color (decimal): -996846 or 1231600. OLE color: 1231600.

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

Color convert

RGB 240 202 18 -
CMYK 0 0.16 0.92 0.06
HSL 49.73º 0.88% 0.51% -
HSV(B) 49.73º 0.93% 0.94% -
XYZ 57.16 60.81 9.3 -
YUV 192.39 29.59 161.96 -
System Red Green Blue C M Y K H S L
Decimal 240 202 18 0 0.16 0.92 0.06 49.73 0.88 0.51
Hex F0 CA 12 0 10 5C 6 32 58 33
Octal 360 312 22 0 20 134 6 62 130 63
Binary 11110000 11001010 10010 0 10000 1011100 110 110010 1011000 110011

Color Harmonies of #F0CA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CA12

Black with #F0CA12

Text Example


Text Example

White with #F0CA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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