Html Css Color HEX #F2BC1B Moon Yellow

📋 copy color: '#F2BC1B'

red 242 ◦ green 188 ◦ blue 27

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

Shades of Moon Yellow #F2BC1B

Tints of Moon Yellow #F2BC1B

RGB

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

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

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

R = 52.95%
G = 41.14%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2BC1B (or 0xF2BC1B) is known color: Moon Yellow. HEX triplet: F2, BC and 1B. RGB value is (242,188,27). Sum of RGB (Red+Green+Blue) = 242+188+27=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 27 (10.94% from 255 or 5.91% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC1B is #0D43E4. Grayscale: #BABABA. Windows color (decimal): -869349 or 1817842. OLE color: 1817842.

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

Color convert

RGB 242 188 27 -
CMYK 0 0.22 0.89 0.05
HSL 44.93º 0.89% 0.53% -
HSV(B) 44.93º 0.89% 0.95% -
XYZ 54.8 54.92 8.75 -
YUV 185.79 38.39 168.09 -
System Red Green Blue C M Y K H S L
Decimal 242 188 27 0 0.22 0.89 0.05 44.93 0.89 0.53
Hex F2 BC 1B 0 16 59 5 2D 59 35
Octal 362 274 33 0 26 131 5 55 131 65
Binary 11110010 10111100 11011 0 10110 1011001 101 101101 1011001 110101

Color Harmonies of #F2BC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC1B

Black with #F2BC1B

Text Example


Text Example

White with #F2BC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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