Html Css Color HEX #F2BC10 Moon Yellow

📋 copy color: '#F2BC10'

red 242 ◦ green 188 ◦ blue 16

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

Shades of Moon Yellow #F2BC10

Tints of Moon Yellow #F2BC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.59%

R = 54.26%
G = 42.15%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2BC10 (or 0xF2BC10) is known color: Moon Yellow. HEX triplet: F2, BC and 10. RGB value is (242,188,16). Sum of RGB (Red+Green+Blue) = 242+188+16=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC10 is #0D43EF. Grayscale: #B9B9B9. Windows color (decimal): -869360 or 1096946. OLE color: 1096946.

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

Color convert

RGB 242 188 16 -
CMYK 0 0.22 0.93 0.05
HSL 45.66º 0.9% 0.51% -
HSV(B) 45.66º 0.93% 0.95% -
XYZ 54.69 54.88 8.2 -
YUV 184.54 32.89 168.99 -
System Red Green Blue C M Y K H S L
Decimal 242 188 16 0 0.22 0.93 0.05 45.66 0.9 0.51
Hex F2 BC 10 0 16 5D 5 2E 5A 33
Octal 362 274 20 0 26 135 5 56 132 63
Binary 11110010 10111100 10000 0 10110 1011101 101 101110 1011010 110011

Color Harmonies of #F2BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC10

Black with #F2BC10

Text Example


Text Example

White with #F2BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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