Html Css Color HEX #F2BC1F Moon Yellow

📋 copy color: '#F2BC1F'

red 242 ◦ green 188 ◦ blue 31

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

Shades of Moon Yellow #F2BC1F

Tints of Moon Yellow #F2BC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.72%

R = 52.49%
G = 40.78%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2BC1F (or 0xF2BC1F) is known color: Moon Yellow. HEX triplet: F2, BC and 1F. RGB value is (242,188,31). Sum of RGB (Red+Green+Blue) = 242+188+31=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC1F is #0D43E0. Grayscale: #BABABA. Windows color (decimal): -869345 or 2079986. OLE color: 2079986.

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

Color convert

RGB 242 188 31 -
CMYK 0 0.22 0.87 0.05
HSL 44.64º 0.89% 0.54% -
HSV(B) 44.64º 0.87% 0.95% -
XYZ 54.85 54.94 9.01 -
YUV 186.25 40.39 167.77 -
System Red Green Blue C M Y K H S L
Decimal 242 188 31 0 0.22 0.87 0.05 44.64 0.89 0.54
Hex F2 BC 1F 0 16 57 5 2D 59 36
Octal 362 274 37 0 26 127 5 55 131 66
Binary 11110010 10111100 11111 0 10110 1010111 101 101101 1011001 110110

Color Harmonies of #F2BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC1F

Black with #F2BC1F

Text Example


Text Example

White with #F2BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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