Html Css Color HEX #F6BA1E Moon Yellow

📋 copy color: '#F6BA1E'

red 246 ◦ green 186 ◦ blue 30

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

Shades of Moon Yellow #F6BA1E

Tints of Moon Yellow #F6BA1E

RGB

 RED value IS 246 (96.48% from 255) = 53.25%

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 30 (12.11% from 255) = 6.49%

R = 53.25%
G = 40.26%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6BA1E (or 0xF6BA1E) is known color: Moon Yellow. HEX triplet: F6, BA and 1E. RGB value is (246,186,30). Sum of RGB (Red+Green+Blue) = 246+186+30=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BA1E is #0945E1. Grayscale: #BABABA. Windows color (decimal): -607714 or 2013942. OLE color: 2013942.

HSL color Cylindrical-coordinate representation of color #F6BA1E: hue angle of 43.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6BA1E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 186 30 -
CMYK 0 0.24 0.88 0.04
HSL 43.33º 0.92% 0.54% -
HSV(B) 43.33º 0.88% 0.96% -
XYZ 55.8 54.8 8.87 -
YUV 186.16 39.88 170.68 -
System Red Green Blue C M Y K H S L
Decimal 246 186 30 0 0.24 0.88 0.04 43.33 0.92 0.54
Hex F6 BA 1E 0 18 58 4 2B 5C 36
Octal 366 272 36 0 30 130 4 53 134 66
Binary 11110110 10111010 11110 0 11000 1011000 100 101011 1011100 110110

Color Harmonies of #F6BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA1E

Black with #F6BA1E

Text Example


Text Example

White with #F6BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA1E; }

 p { color: rgb(246,186,30); }

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

background-color css

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

 a { background-color: rgb(246,186,30); }

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

border-color css

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

 span { border-color: rgb(246,186,30); }

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