Html Css Color HEX #F2C61C Moon Yellow

📋 copy color: '#F2C61C'

red 242 ◦ green 198 ◦ blue 28

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

Shades of Moon Yellow #F2C61C

Tints of Moon Yellow #F2C61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.31%

 BLUE value IS 28 (11.33% from 255) = 5.98%

R = 51.71%
G = 42.31%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2C61C (or 0xF2C61C) is known color: Moon Yellow. HEX triplet: F2, C6 and 1C. RGB value is (242,198,28). Sum of RGB (Red+Green+Blue) = 242+198+28=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C61C is #0D39E3. Grayscale: #C0C0C0. Windows color (decimal): -866788 or 1885938. OLE color: 1885938.

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

Color convert

RGB 242 198 28 -
CMYK 0 0.18 0.88 0.05
HSL 47.66º 0.89% 0.53% -
HSV(B) 47.66º 0.88% 0.95% -
XYZ 57.02 59.35 9.55 -
YUV 191.78 35.58 163.82 -
System Red Green Blue C M Y K H S L
Decimal 242 198 28 0 0.18 0.88 0.05 47.66 0.89 0.53
Hex F2 C6 1C 0 12 58 5 30 59 35
Octal 362 306 34 0 22 130 5 60 131 65
Binary 11110010 11000110 11100 0 10010 1011000 101 110000 1011001 110101

Color Harmonies of #F2C61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C61C

Black with #F2C61C

Text Example


Text Example

White with #F2C61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C61C; }

 p { color: rgb(242,198,28); }

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

background-color css

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

 a { background-color: rgb(242,198,28); }

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

border-color css

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

 span { border-color: rgb(242,198,28); }

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