Html Css Color HEX #F2C51B Moon Yellow

📋 copy color: '#F2C51B'

red 242 ◦ green 197 ◦ blue 27

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

Shades of Moon Yellow #F2C51B

Tints of Moon Yellow #F2C51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

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

R = 51.93%
G = 42.27%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2C51B (or 0xF2C51B) is known color: Moon Yellow. HEX triplet: F2, C5 and 1B. RGB value is (242,197,27). Sum of RGB (Red+Green+Blue) = 242+197+27=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 27 (10.94% from 255 or 5.79% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C51B is #0D3AE4. Grayscale: #BFBFBF. Windows color (decimal): -867045 or 1820146. OLE color: 1820146.

HSL color Cylindrical-coordinate representation of color #F2C51B: hue angle of 47.44º 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 #F2C51B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 197 27 -
CMYK 0 0.19 0.89 0.05
HSL 47.44º 0.89% 0.53% -
HSV(B) 47.44º 0.89% 0.95% -
XYZ 56.78 58.89 9.41 -
YUV 191.08 35.41 164.32 -
System Red Green Blue C M Y K H S L
Decimal 242 197 27 0 0.19 0.89 0.05 47.44 0.89 0.53
Hex F2 C5 1B 0 13 59 5 2F 59 35
Octal 362 305 33 0 23 131 5 57 131 65
Binary 11110010 11000101 11011 0 10011 1011001 101 101111 1011001 110101

Color Harmonies of #F2C51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C51B

Black with #F2C51B

Text Example


Text Example

White with #F2C51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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