Html Css Color HEX #F2BC16 Moon Yellow

📋 copy color: '#F2BC16'

red 242 ◦ green 188 ◦ blue 22

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

Shades of Moon Yellow #F2BC16

Tints of Moon Yellow #F2BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

 BLUE value IS 22 (8.98% from 255) = 4.87%

R = 53.54%
G = 41.59%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2BC16 (or 0xF2BC16) is known color: Moon Yellow. HEX triplet: F2, BC and 16. RGB value is (242,188,22). Sum of RGB (Red+Green+Blue) = 242+188+22=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC16 is #0D43E9. Grayscale: #B9B9B9. Windows color (decimal): -869354 or 1490162. OLE color: 1490162.

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

Color convert

RGB 242 188 22 -
CMYK 0 0.22 0.91 0.05
HSL 45.27º 0.89% 0.52% -
HSV(B) 45.27º 0.91% 0.95% -
XYZ 54.75 54.9 8.47 -
YUV 185.22 35.89 168.5 -
System Red Green Blue C M Y K H S L
Decimal 242 188 22 0 0.22 0.91 0.05 45.27 0.89 0.52
Hex F2 BC 16 0 16 5B 5 2D 59 34
Octal 362 274 26 0 26 133 5 55 131 64
Binary 11110010 10111100 10110 0 10110 1011011 101 101101 1011001 110100

Color Harmonies of #F2BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC16

Black with #F2BC16

Text Example


Text Example

White with #F2BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC16; }

 p { color: rgb(242,188,22); }

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

background-color css

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

 a { background-color: rgb(242,188,22); }

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

border-color css

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

 span { border-color: rgb(242,188,22); }

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