Html Css Color HEX #F2C914 Moon Yellow

📋 copy color: '#F2C914'

red 242 ◦ green 201 ◦ blue 20

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

Shades of Moon Yellow #F2C914

Tints of Moon Yellow #F2C914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

 BLUE value IS 20 (8.2% from 255) = 4.32%

R = 52.27%
G = 43.41%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2C914 (or 0xF2C914) is known color: Moon Yellow. HEX triplet: F2, C9 and 14. RGB value is (242,201,20). Sum of RGB (Red+Green+Blue) = 242+201+20=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C914 is #0D36EB. Grayscale: #C1C1C1. Windows color (decimal): -866028 or 1362418. OLE color: 1362418.

HSL color Cylindrical-coordinate representation of color #F2C914: hue angle of 48.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2C914 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 20 -
CMYK 0 0.17 0.92 0.05
HSL 48.92º 0.9% 0.51% -
HSV(B) 48.92º 0.92% 0.95% -
XYZ 57.63 60.7 9.34 -
YUV 192.63 30.58 163.22 -
System Red Green Blue C M Y K H S L
Decimal 242 201 20 0 0.17 0.92 0.05 48.92 0.9 0.51
Hex F2 C9 14 0 11 5C 5 31 5A 33
Octal 362 311 24 0 21 134 5 61 132 63
Binary 11110010 11001001 10100 0 10001 1011100 101 110001 1011010 110011

Color Harmonies of #F2C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C914

Black with #F2C914

Text Example


Text Example

White with #F2C914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C914; }

 p { color: rgb(242,201,20); }

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

background-color css

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

 a { background-color: rgb(242,201,20); }

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

border-color css

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

 span { border-color: rgb(242,201,20); }

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