Html Css Color HEX #F2BE1C Moon Yellow

📋 copy color: '#F2BE1C'

red 242 ◦ green 190 ◦ blue 28

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

Shades of Moon Yellow #F2BE1C

Tints of Moon Yellow #F2BE1C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

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

R = 52.61%
G = 41.3%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2BE1C (or 0xF2BE1C) is known color: Moon Yellow. HEX triplet: F2, BE and 1C. RGB value is (242,190,28). Sum of RGB (Red+Green+Blue) = 242+190+28=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE1C is #0D41E3. Grayscale: #BBBBBB. Windows color (decimal): -868836 or 1883890. OLE color: 1883890.

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

Color convert

RGB 242 190 28 -
CMYK 0 0.21 0.88 0.05
HSL 45.42º 0.89% 0.53% -
HSV(B) 45.42º 0.88% 0.95% -
XYZ 55.24 55.79 8.96 -
YUV 187.08 38.23 167.17 -
System Red Green Blue C M Y K H S L
Decimal 242 190 28 0 0.21 0.88 0.05 45.42 0.89 0.53
Hex F2 BE 1C 0 15 58 5 2D 59 35
Octal 362 276 34 0 25 130 5 55 131 65
Binary 11110010 10111110 11100 0 10101 1011000 101 101101 1011001 110101

Color Harmonies of #F2BE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE1C

Black with #F2BE1C

Text Example


Text Example

White with #F2BE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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