Html Css Color HEX #F2C61B Moon Yellow

📋 copy color: '#F2C61B'

red 242 ◦ green 198 ◦ blue 27

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

Shades of Moon Yellow #F2C61B

Tints of Moon Yellow #F2C61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.78%

R = 51.82%
G = 42.4%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2C61B (or 0xF2C61B) is known color: Moon Yellow. HEX triplet: F2, C6 and 1B. RGB value is (242,198,27). Sum of RGB (Red+Green+Blue) = 242+198+27=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 27 (10.94% from 255 or 5.78% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C61B is #0D39E4. Grayscale: #C0C0C0. Windows color (decimal): -866789 or 1820402. OLE color: 1820402.

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

Color convert

RGB 242 198 27 -
CMYK 0 0.18 0.89 0.05
HSL 47.72º 0.89% 0.53% -
HSV(B) 47.72º 0.89% 0.95% -
XYZ 57.01 59.34 9.49 -
YUV 191.66 35.08 163.9 -
System Red Green Blue C M Y K H S L
Decimal 242 198 27 0 0.18 0.89 0.05 47.72 0.89 0.53
Hex F2 C6 1B 0 12 59 5 30 59 35
Octal 362 306 33 0 22 131 5 60 131 65
Binary 11110010 11000110 11011 0 10010 1011001 101 110000 1011001 110101

Color Harmonies of #F2C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C61B

Black with #F2C61B

Text Example


Text Example

White with #F2C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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