Html Css Color HEX #F2C015 Moon Yellow

📋 copy color: '#F2C015'

red 242 ◦ green 192 ◦ blue 21

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

Shades of Moon Yellow #F2C015

Tints of Moon Yellow #F2C015

RGB

 RED value IS 242 (94.92% from 255) = 53.19%

 GREEN value IS 192 (75.39% from 255) = 42.2%

 BLUE value IS 21 (8.59% from 255) = 4.62%

R = 53.19%
G = 42.2%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2C015 (or 0xF2C015) is known color: Moon Yellow. HEX triplet: F2, C0 and 15. RGB value is (242,192,21). Sum of RGB (Red+Green+Blue) = 242+192+21=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C015 is #0D3FEA. Grayscale: #BCBCBC. Windows color (decimal): -868331 or 1425650. OLE color: 1425650.

HSL color Cylindrical-coordinate representation of color #F2C015: hue angle of 46.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2C015 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 21 -
CMYK 0 0.21 0.91 0.05
HSL 46.43º 0.89% 0.52% -
HSV(B) 46.43º 0.91% 0.95% -
XYZ 55.6 56.63 8.71 -
YUV 187.46 34.07 166.9 -
System Red Green Blue C M Y K H S L
Decimal 242 192 21 0 0.21 0.91 0.05 46.43 0.89 0.52
Hex F2 C0 15 0 15 5B 5 2E 59 34
Octal 362 300 25 0 25 133 5 56 131 64
Binary 11110010 11000000 10101 0 10101 1011011 101 101110 1011001 110100

Color Harmonies of #F2C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C015

Black with #F2C015

Text Example


Text Example

White with #F2C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C015; }

 p { color: rgb(242,192,21); }

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

background-color css

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

 a { background-color: rgb(242,192,21); }

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

border-color css

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

 span { border-color: rgb(242,192,21); }

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